Searched defs:hexdump (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/cmds/servicemanager/
H A Dbinder.c25 void hexdump(void *_data, size_t len) function
53 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size);
80 #define hexdump(a,b) do{} while (0) macro
364 hexdump(msg->data0, msg->data - msg->data0);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp280 static void hexdump(const void *_data, size_t size) { function in namespace:android
869 hexdump(buffer, n);
3193 hexdump(csd, csd_size);
/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);

Completed in 223 milliseconds