Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DDebug.h34 void printTypeCode(uint32_t typeCode,
DTextOutput.h87 inline uint32_t typeCode() const;
178 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
/system/libhwbinder/
DTextOutput.cpp48 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
DDebug.cpp151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument
154 char* end = typetostring(typeCode, buffer); in printTypeCode()