Searched defs:TypeCode (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DTextOutput.h80 class TypeCode class in namespace:android
83 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) { } function in class:android::TypeCode
176 inline TypeCode::~TypeCode() { }
177 inline uint32_t TypeCode::typeCode() const { return mCode; }
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h80 class TypeCode class in namespace:android
83 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) { } function in class:android::TypeCode
176 inline TypeCode::~TypeCode() { }
177 inline uint32_t TypeCode::typeCode() const { return mCode; }

Completed in 56 milliseconds