Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DDebug.h30 typedef void (*debugPrintFunc)(void* cookie, const char* txt); typedef
33 debugPrintFunc func = nullptr, void* cookie = nullptr);
38 debugPrintFunc func = nullptr, void* cookie = nullptr);
DDebug.cpp150 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()
161 debugPrintFunc func, void* cookie) in printHexData()