Home
last modified time | relevance | path

Searched refs:printTypeCode (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DDebug.h33 void printTypeCode(uint32_t typeCode,
/frameworks/native/libs/binder/
DTextOutput.cpp47 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
DDebug.cpp150 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() function