Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DTextOutput.h81 class TypeCode
84 inline explicit TypeCode(uint32_t code);
85 inline ~TypeCode();
93 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
176 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function
177 inline TypeCode::~TypeCode() { } in ~TypeCode()
178 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
/system/libhwbinder/
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()
634 << handle << " / code " << TypeCode(code) << ": " in transact()
1176 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
DParcel.cpp1900 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()