Searched refs:mAttributesVector (Results 1 – 2 of 2) sorted by relevance
41 mAttributesVector.push_back(audioAttributes); in addAttributes()47 for (const auto &attr : mAttributesVector) { in listAudioAttributes()56 for (const auto &attrGroup : mAttributesVector) { in getAudioAttributes()67 return std::find_if(begin(mAttributesVector), end(mAttributesVector), in matches()70 }) != end(mAttributesVector); in matches()76 const auto &iter = std::find_if(begin(mAttributesVector), end(mAttributesVector), in getStreamTypeForAttributes()79 if (iter == end(mAttributesVector)) { in getStreamTypeForAttributes()92 const auto iter = std::find_if(begin(mAttributesVector), end(mAttributesVector), in getAttributesForStreamType()95 return iter != end(mAttributesVector) ? iter->mAttributes : AUDIO_ATTRIBUTES_INITIALIZER; in getAttributesForStreamType()100 return std::find_if(begin(mAttributesVector), end(mAttributesVector), [](const auto &attr) { in isDefault()[all …]
105 AudioAttributesVector mAttributesVector; variable