Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/
DTextOutput.h172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
DDebug.cpp151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()