Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1470 auto attrVect = strategy.getAudioAttributes(); in streamTypeToAttributes() local
1471 auto iter = std::find_if(begin(attrVect), end(attrVect), [&stream](const auto &attributes) { in streamTypeToAttributes()
1473 if (iter != end(attrVect)) { in streamTypeToAttributes()
1493 auto attrVect = strategy.getAudioAttributes(); in attributesToStreamType() local
1494 auto iter = std::find_if(begin(attrVect), end(attrVect), [&attr](const auto &refAttr) { in attributesToStreamType()
1497 if (iter != end(attrVect)) { in attributesToStreamType()