Searched refs:TypeCode (Results 1 – 5 of 5) sorted by relevance
86 class TypeCode89 inline explicit TypeCode(uint32_t code);90 inline ~TypeCode();98 TextOutput& operator<<(TextOutput& to, const TypeCode& val);181 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function182 inline TypeCode::~TypeCode() { } in ~TypeCode()183 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
45 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
138 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags << endl in printBinderTransactionData()662 << handle << " / code " << TypeCode(code) << ": " in transact()1206 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
2540 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()
118 android::TypeCode val(1234); in TEST()