Home
last modified time | relevance | path

Searched refs:getServiceAttributeMap (Results 1 – 4 of 4) 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.cpp64 const auto& serviceAttributeMap = parser.getServiceAttributeMap(); in OmxStore()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp386 const AttributeMap& getServiceAttributeMap() const { in getServiceAttributeMap() function
1421 MediaCodecsXmlParser::getServiceAttributeMap() const { in getServiceAttributeMap() function in android::MediaCodecsXmlParser
1422 return mImpl->getServiceAttributeMap(); in getServiceAttributeMap()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp341 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList()