Home
last modified time | relevance | path

Searched refs:TypeCode (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/binder/
DTextOutput.h85 class TypeCode
88 inline TypeCode(uint32_t code);
89 inline ~TypeCode();
97 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function
167 inline TypeCode::~TypeCode() { } in ~TypeCode()
168 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
/frameworks/native/libs/binder/
DTextOutput.cpp142 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
DIPCThreadState.cpp148 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl in printBinderTransactionData()
556 << handle << " / code " << TypeCode(code) << ": " in transact()
1075 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
DParcel.cpp1467 << TypeCode(flat->type & 0x7f7f7f00) in print()