Searched refs:debugPrintFunc (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/libs/binder/ |
H A D | Debug.h | 30 typedef void (*debugPrintFunc)(void* cookie, const char* txt); typedef 33 debugPrintFunc func = nullptr, void* cookie = nullptr); 38 debugPrintFunc func = nullptr, void* cookie = nullptr);
|
H A D | Debug.cpp | 167 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() 178 debugPrintFunc func, void* cookie) in printHexData()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Debug.h | 36 typedef void (*debugPrintFunc)(void* cookie, const char* txt); typedef 39 debugPrintFunc func = nullptr, void* cookie = nullptr); 44 debugPrintFunc func = nullptr, void* cookie = nullptr);
|
/aosp12/system/libhwbinder/ |
H A D | Debug.cpp | 151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() 162 debugPrintFunc func, void* cookie) in printHexData()
|