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.h98 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.cpp370 const AttributeMap& getServiceAttributeMap() const { in getServiceAttributeMap() function
1405 MediaCodecsXmlParser::getServiceAttributeMap() const { in getServiceAttributeMap() function in android::MediaCodecsXmlParser
1406 return mImpl->getServiceAttributeMap(); in getServiceAttributeMap()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp340 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList()