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