Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1456 auto attrVect = strategy.getAudioAttributes(); in streamTypeToAttributes() local
1457 auto iter = std::find_if(begin(attrVect), end(attrVect), [&stream](const auto &attributes) { in streamTypeToAttributes()
1459 if (iter != end(attrVect)) { in streamTypeToAttributes()
1479 auto attrVect = strategy.getAudioAttributes(); in attributesToStreamType() local
1480 auto iter = std::find_if(begin(attrVect), end(attrVect), [&attr](const auto &refAttr) { in attributesToStreamType()
1483 if (iter != end(attrVect)) { in attributesToStreamType()