Searched refs:attrType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_media_MediaMetricsJNI.cpp | 167 int8_t attrType; in writeAttributesToBundle() local 168 _EXTRACT(sizeof(int8_t), attrType); in writeAttributesToBundle() 173 switch (attrType) { in writeAttributesToBundle() 208 key, attrType); in writeAttributesToBundle()
|
/frameworks/base/media/jni/ |
D | android_media_MediaMetricsJNI.cpp | 167 int8_t attrType; in writeAttributesToBundle() local 168 _EXTRACT(sizeof(int8_t), attrType); in writeAttributesToBundle() 173 switch (attrType) { in writeAttributesToBundle() 208 key, attrType); in writeAttributesToBundle()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5389 uint32_t attrType, in stringToValue() argument 5429 attrType = bag->map.value.data; in stringToValue() 5445 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue() 5447 if (attrType == ResTable_map::TYPE_ENUM in stringToValue() 5448 || attrType == ResTable_map::TYPE_FLAGS in stringToValue() 5449 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue() 5460 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue() 5628 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue() 5642 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue() 5733 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue() [all …]
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 254 uint32_t attrType = ResTable_map::TYPE_ANY,
|
D | ResourceTable.cpp | 2309 uint32_t attrType, const String8* configTypeName, in stringToValue() argument 2320 accessorCookie, attrType); in stringToValue() 5141 String16 attrPackage, attrType, attrName; in processBundleFormatImpl() local 5144 &attrPackage, &attrType, &attrName, in processBundleFormatImpl() 5152 if (attrType != kAttr16) { in processBundleFormatImpl()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 2013 uint32_t attrType = ResTable_map::TYPE_ANY,
|