Searched refs:printHexData (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/binder/ |
D | Debug.h | 37 void printHexData(int32_t indent, const void *buf, size_t length,
|
/frameworks/native/libs/binder/ |
D | TextOutput.cpp | 163 printHexData(0, val.buffer(), val.size(), val.bytesPerLine(), in operator <<()
|
D | Debug.cpp | 157 void printHexData(int32_t indent, const void *buf, size_t length, in printHexData() function
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 2965 LOAD_TABLE_NOISY(printHexData(2, header->header, header->size < 256 ? header->size : 256, in add()
|