Searched refs:typeCode (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/tools/aapt/ |
H A D | AaptAssets.h | 312 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 316 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 322 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal) in AaptSymbolEntry() 332 typeCode = o.typeCode; 353 int typeCode; variable 375 sym.typeCode = AaptSymbolEntry::TYPE_INT32; in addSymbol() 386 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
|
H A D | Resource.cpp | 2297 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeResourceLoadedCallback() 2361 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() 2594 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeTextLayoutClasses() 2686 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeSymbolClass() 2728 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass() 2798 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeTextSymbolClass()
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | TextOutput.h | 91 inline uint32_t typeCode() const; 182 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
|
/aosp12/system/libhwbinder/ |
H A D | TextOutput.h | 81 inline uint32_t typeCode() const; 172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
|
H A D | Debug.cpp | 151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument 154 char* end = typetostring(typeCode, buffer); in printTypeCode()
|
H A D | TextOutput.cpp | 48 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Debug.h | 32 void printTypeCode(uint32_t typeCode,
|
H A D | TextOutput.cpp | 47 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
|
H A D | Debug.cpp | 167 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument 170 char* end = typetostring(typeCode, buffer); in printTypeCode()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Debug.h | 38 void printTypeCode(uint32_t typeCode,
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_cache.c | 717 int typeCode = _dnsPacket_readInt16(packet); in _dnsPacket_bprintQR() local 718 p = _bprint(p, end, "UNKNOWN-%d", typeCode); in _dnsPacket_bprintQR()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiMetrics.java | 7254 int typeCode; 7258 typeCode = WifiNetworkSuggestionApiLog.TYPE_CARRIER_PRIVILEGED; 7261 typeCode = WifiNetworkSuggestionApiLog.TYPE_NETWORK_PROVISIONING; 7264 typeCode = WifiNetworkSuggestionApiLog.TYPE_NON_PRIVILEGED; 7267 typeCode = WifiNetworkSuggestionApiLog.TYPE_UNKNOWN; 7269 mWifiNetworkSuggestionApiAppTypeCounter.increment(typeCode);
|