Searched defs:typeCode (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DTextOutput.h91 inline uint32_t typeCode() const;
168 inline uint32_t TypeCode::typeCode() const { return mCode; } function in class:android::TypeCode
/frameworks/native/libs/binder/
H A DDebug.cpp149 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) argument
152 char* end = typetostring(typeCode, buffer);
/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;

Completed in 319 milliseconds