Searched defs:hexdump (Results 1 - 4 of 4) 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/base/cmds/servicemanager/
H A Dbinder.c23 void hexdump(void *_data, unsigned len) function
51 hexdump(txn->data, txn->data_size);
78 #define hexdump(a,b) do{} while (0) macro
333 hexdump(msg->data0, msg->data - msg->data0);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp199 static void hexdump(const void *_data, size_t size) { function in namespace:android
649 hexdump(buffer, n);
1825 hexdump(csd, csd_size);

Completed in 2566 milliseconds