Searched refs:TypeCode (Results 1 – 4 of 4) sorted by relevance
80 class TypeCode 83 inline TypeCode(uint32_t code);84 inline ~TypeCode();92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);161 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function162 inline TypeCode::~TypeCode() { } in ~TypeCode()163 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
127 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
158 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl in printBinderTransactionData()504 << handle << " / code " << TypeCode(code) << ": " in transact()1003 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
1187 << TypeCode(flat->type & 0x7f7f7f00) in print()