Home
last modified time | relevance | path

Searched refs:supportedAttr (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp68 [&attr](const auto &supportedAttr) { in matches() argument
69 return AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr); in matches()
77 [&attr](const auto &supportedAttr) { in getStreamTypeForAttributes() argument
78 return AudioProductStrategy::attributesMatches(supportedAttr.mAttributes, attr); }); in getStreamTypeForAttributes()
93 [&streamType](const auto &supportedAttr) { in getAttributesForStreamType() argument
94 return supportedAttr.mStream == streamType; }); in getAttributesForStreamType()
107 for (const auto &supportedAttr : mAttributesVector) { in getSupportedStreams() local
108 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 …]