Home
last modified time | relevance | path

Searched refs:debugPrintFunc (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DDebug.h32 typedef void (*debugPrintFunc)(void* cookie, const char* txt); typedef
35 debugPrintFunc func = nullptr, void* cookie = nullptr);
40 debugPrintFunc func = nullptr, void* cookie = nullptr);
/system/libhwbinder/
DDebug.cpp151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()
162 debugPrintFunc func, void* cookie) in printHexData()