Home
last modified time | relevance | path

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

/system/libhwbinder/
DTextOutput.h75 class TypeCode
78 inline explicit TypeCode(uint32_t code);
79 inline ~TypeCode();
87 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
170 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function
171 inline TypeCode::~TypeCode() { } in ~TypeCode()
172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
DTextOutput.cpp46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
DIPCThreadState.cpp134 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags << endl in printBinderTransactionData()
631 << handle << " / code " << TypeCode(code) << ": " in transact()
1178 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
DParcel.cpp1629 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()