Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp350 mCurrentType == mCurrentCodec->second.typeMap.end(); in startElementHandler()
406 mCurrentType = mCurrentCodec->second.typeMap.end(); in endElementHandler()
553 mCurrentType = mCurrentCodec->second.typeMap.insert( in addMediaCodecFromAttributes()
556 mCurrentType = mCurrentCodec->second.typeMap.end(); in addMediaCodecFromAttributes()
566 mCurrentType = mCurrentCodec->second.typeMap.find(type); in addMediaCodecFromAttributes()
567 if (mCurrentType == mCurrentCodec->second.typeMap.end()) { in addMediaCodecFromAttributes()
573 mCurrentType = mCurrentCodec->second.typeMap.begin(); in addMediaCodecFromAttributes()
637 mCurrentType = mCurrentCodec->second.typeMap.find(name); in addTypeFromAttributes()
639 if (mCurrentType != mCurrentCodec->second.typeMap.end()) { in addTypeFromAttributes()
643 mCurrentType = mCurrentCodec->second.typeMap.insert( in addTypeFromAttributes()
[all …]
/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/resource/
DXmlResourcesTransformerTest.kt407 val typeMap = TypesMap(typesMap.map { JavaType(it.key) to JavaType(it.value) }.toMap()) in testRewrite() constant
411 typesMap = typeMap, in testRewrite()
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h67 TypeMap typeMap; ///< Map of types supported by this codec member
/frameworks/base/libs/androidfw/
DResourceTypes.cpp7078 IdmapTypeMap typeMap; in createIdmap() local
7079 typeMap.overlayTypeId = -1; in createIdmap()
7080 typeMap.entryOffset = 0; in createIdmap()
7086 if (typeMap.entryMap.isEmpty()) { in createIdmap()
7087 typeMap.entryOffset++; in createIdmap()
7104 if (typeMap.entryMap.isEmpty()) { in createIdmap()
7105 typeMap.entryOffset++; in createIdmap()
7117 if (typeMap.overlayTypeId == -1) { in createIdmap()
7118 typeMap.overlayTypeId = Res_GETTYPE(overlayResID) + 1; in createIdmap()
7121 if (Res_GETTYPE(overlayResID) + 1 != static_cast<size_t>(typeMap.overlayTypeId)) { in createIdmap()
[all …]