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.cpp64 const auto& serviceAttributeMap = parser.getServiceAttributeMap(); in OmxStore() local
65 mServiceAttributeList.resize(serviceAttributeMap.size()); in OmxStore()
67 for (const auto& attributePair : serviceAttributeMap) { in OmxStore()
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp373 const auto serviceAttributeMap = mParser.getServiceAttributeMap(); in TEST_F() local
374 for (const auto &attributePair : serviceAttributeMap) { in TEST_F()
378 bool flag = compareMap(mInputServiceAttributeMap, serviceAttributeMap); in TEST_F()