Home
last modified time | relevance | path

Searched refs:serviceAttributeMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp82 const auto& serviceAttributeMap = parser.getServiceAttributeMap(); in OmxStore() local
83 mServiceAttributeList.resize(serviceAttributeMap.size()); in OmxStore()
85 for (const auto& attributePair : serviceAttributeMap) { in OmxStore()
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp402 const auto serviceAttributeMap = mParser.getServiceAttributeMap(); in TEST_F() local
403 for (const auto &attributePair : serviceAttributeMap) { in TEST_F()
407 bool flag = compareMap(mInputServiceAttributeMap, serviceAttributeMap); in TEST_F()