Home
last modified time | relevance | path

Searched refs:getServiceAttributeMap (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h102 const AttributeMap& getServiceAttributeMap() const;
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp82 const auto& serviceAttributeMap = parser.getServiceAttributeMap(); in OmxStore()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp391 const AttributeMap& getServiceAttributeMap() const { in getServiceAttributeMap() function
1526 MediaCodecsXmlParser::getServiceAttributeMap() const { in getServiceAttributeMap() function in android::MediaCodecsXmlParser
1527 return mImpl->getServiceAttributeMap(); in getServiceAttributeMap()
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp402 const auto serviceAttributeMap = mParser.getServiceAttributeMap(); in TEST_F()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp502 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList()