Searched refs:AttributeMap (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/ |
D | MediaCodecsXmlParser.h | 50 typedef std::map<std::string, std::string> AttributeMap; typedef 52 typedef std::pair<std::string, AttributeMap> Type; 53 typedef std::map<std::string, AttributeMap> TypeMap; 98 const AttributeMap& getServiceAttributeMap() const;
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.h | 71 AttributeMapType AttributeMap; variable 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
D | ValueEnumerator.cpp | 438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.h | 71 AttributeMapType AttributeMap; variable 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
D | ValueEnumerator.cpp | 438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.h | 74 AttributeMapType AttributeMap; variable 134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
D | ValueEnumerator.cpp | 438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 259 std::string setting, const MediaCodecsXmlParser::AttributeMap &settings, in isSettingEnabled() 269 std::string variant, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantEnabled() 274 std::string exp, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantExpressionEnabled() 282 std::string domain, const MediaCodecsXmlParser::AttributeMap &settings) { in isDomainEnabled() 340 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList() 520 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 162 AttributeMap mServiceAttributeMap; 268 MediaCodecsXmlParser::AttributeMap &type() { in type() 370 const AttributeMap& getServiceAttributeMap() const { in getServiceAttributeMap() 973 typeIt = codecIt->second.typeMap.insert(Type(type, AttributeMap())).first; in enterMediaCodec() 1112 typeIt = codecIt->second.typeMap.insert(Type(name, AttributeMap())).first; in enterType() 1404 const MediaCodecsXmlParser::AttributeMap&
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 113326 Ljava/text/AttributedString$AttributeMap; 113327 Ljava/text/AttributedString$AttributeMap;-><init>(III)V 113328 Ljava/text/AttributedString$AttributeMap;->beginIndex:I 113329 Ljava/text/AttributedString$AttributeMap;->endIndex:I 113330 Ljava/text/AttributedString$AttributeMap;->runIndex:I
|