Searched refs:TypeCode (Results 1 – 5 of 5) sorted by relevance
80 class TypeCode83 inline TypeCode(uint32_t code);84 inline ~TypeCode();92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);175 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function176 inline TypeCode::~TypeCode() { } in ~TypeCode()177 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
45 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
131 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags << endl in printBinderTransactionData()605 << handle << " / code " << TypeCode(code) << ": " in transact()1109 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
2483 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()
125 android::TypeCode val(1234); in TEST()