Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2230 auto attrVect = strategy.getVolumeGroupAttributes(); in streamTypeToAttributes() local
2231 auto iter = std::find_if(begin(attrVect), end(attrVect), [&stream](const auto& attributes) { in streamTypeToAttributes()
2234 if (iter != end(attrVect)) { in streamTypeToAttributes()
2253 auto attrVect = strategy.getVolumeGroupAttributes(); in attributesToStreamType() local
2254 auto iter = std::find_if(begin(attrVect), end(attrVect), [&attr](const auto& refAttr) { in attributesToStreamType()
2257 if (iter != end(attrVect)) { in attributesToStreamType()