Searched refs:attrVect (Results 1 – 1 of 1) sorted by relevance
1470 auto attrVect = strategy.getAudioAttributes(); in streamTypeToAttributes() local1471 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() local1494 auto iter = std::find_if(begin(attrVect), end(attrVect), [&attr](const auto &refAttr) { in attributesToStreamType()1497 if (iter != end(attrVect)) { in attributesToStreamType()