Searched defs:hexdump (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp18 #define LOG_TAG "hexdump"
21 #include "hexdump.h"
42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { function in namespace:android
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp32 static void hexdump(const void *_data, size_t size) { function
107 hexdump(data, dataSize > 128 ? 128 : dataSize);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c26 void hexdump(void *_data, size_t len) function
54 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size);
81 #define hexdump(a,b) do{} while (0) macro
365 hexdump(msg->data0, msg->data - msg->data0);

Completed in 107 milliseconds