Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A 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);
H A DDebug.cpp167 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 DDebug.h36 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 DDebug.cpp151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()
162 debugPrintFunc func, void* cookie) in printHexData()