Searched refs:TypeCode (Results 1 – 4 of 4) sorted by relevance
81 class TypeCode84 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() function177 inline TypeCode::~TypeCode() { } in ~TypeCode()178 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
134 << "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()
1900 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()