Searched refs:TypeCode (Results 1 – 4 of 4) sorted by relevance
75 class TypeCode78 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() function171 inline TypeCode::~TypeCode() { } in ~TypeCode()172 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()631 << handle << " / code " << TypeCode(code) << ": " in transact()1178 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
1629 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()