Searched refs:typeCode (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/binder/
H A DDebug.h34 void printTypeCode(uint32_t typeCode,
H A DTextOutput.h91 inline uint32_t typeCode() const;
168 inline uint32_t TypeCode::typeCode() const { return mCode; } function in class:android::TypeCode
/frameworks/base/tools/aapt/
H A DAaptAssets.h314 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
318 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
324 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
334 typeCode = o.typeCode;
355 int typeCode; member in class:AaptSymbolEntry
377 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
388 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
H A DResource.cpp2092 if (sym.typeCode == AaptSymbolEntry::TYPE_UNKNOWN) {
2156 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
2386 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
2478 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
2524 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) {
2598 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
/frameworks/native/libs/binder/
H A DTextOutput.cpp144 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);

Completed in 103 milliseconds