Searched refs:supportedAttr (Results 1 – 1 of 1) sorted by relevance
68 [&attr](const auto &supportedAttr) { in matches() argument69 return AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr); in matches()77 [&attr](const auto &supportedAttr) { in getStreamTypeForAttributes() argument78 return AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr); }); in getStreamTypeForAttributes()93 [&streamType](const auto &supportedAttr) { in getAttributesForStreamType() argument94 return supportedAttr.mStream == streamType; }); in getAttributesForStreamType()107 for (const auto &supportedAttr : mAttributesVector) { in getSupportedStreams() local108 if (std::find(begin(streams), end(streams), supportedAttr.mStream) == end(streams) && in getSupportedStreams()109 supportedAttr.mStream != AUDIO_STREAM_DEFAULT) { in getSupportedStreams()110 streams.push_back(supportedAttr.mStream); in getSupportedStreams()[all …]