Home
last modified time | relevance | path

Searched refs:attrType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_media_MediaMetricsJNI.cpp167 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/
Dandroid_media_MediaMetricsJNI.cpp167 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/
DResourceTypes.cpp5389 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/
DResourceTable.h254 uint32_t attrType = ResTable_map::TYPE_ANY,
DResourceTable.cpp2309 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/
DResourceTypes.h2013 uint32_t attrType = ResTable_map::TYPE_ANY,