Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DTextOutput.h80 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() function
162 inline TypeCode::~TypeCode() { } in ~TypeCode()
163 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
/frameworks/base/libs/utils/
DTextOutput.cpp127 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
/frameworks/base/libs/binder/
DIPCThreadState.cpp158 << "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()
DParcel.cpp1187 << TypeCode(flat->type & 0x7f7f7f00) in print()