Home
last modified time | relevance | path

Searched refs:AttributeMap (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h53 typedef std::map<std::string, std::string> AttributeMap; typedef
55 typedef std::pair<std::string, AttributeMap> Type;
56 typedef std::map<std::string, AttributeMap> TypeMap;
96 const AttributeMap& getServiceAttributeMap() const;
139 AttributeMap mServiceAttributeMap;
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h71 AttributeMapType AttributeMap; variable
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h71 AttributeMapType AttributeMap; variable
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h74 AttributeMapType AttributeMap; variable
134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp554 Type(type, AttributeMap())).first; in addMediaCodecFromAttributes()
644 Type(name, AttributeMap())).first; in addTypeFromAttributes()
951 const MediaCodecsXmlParser::AttributeMap&