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