Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp426 vector<Attribute> attrList = nodePtr.attributeList; in TEST_F() local
427 for (auto attrNameValueList = attrList.begin(); attrNameValueList != attrList.end(); in TEST_F()
434 checkRoleMap(index, isEncoder, properties.type, nodePtr.name.c_str(), attrList); in TEST_F()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java134 List<Pair<AudioAttributes, Boolean>> attrList = in onRoutingUpdated() local
137 if (attrList == null) { in onRoutingUpdated()
141 for (Pair<AudioAttributes, Boolean> attr : attrList) { in onRoutingUpdated()