Searched refs:attrVect (Results 1 – 1 of 1) sorted by relevance
1525 auto attrVect = strategy.getAudioAttributes(); in streamTypeToAttributes() local1526 auto iter = std::find_if(begin(attrVect), end(attrVect), [&stream](const auto &attributes) { in streamTypeToAttributes()1528 if (iter != end(attrVect)) { in streamTypeToAttributes()1548 auto attrVect = strategy.getAudioAttributes(); in attributesToStreamType() local1549 auto iter = std::find_if(begin(attrVect), end(attrVect), [&attr](const auto &refAttr) { in attributesToStreamType()1552 if (iter != end(attrVect)) { in attributesToStreamType()