Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h89 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
133 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
DEngineBase.h60 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp90 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const in getAttributesForStreamType() function in android::ProductStrategy
184 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::ProductStrategyMap
189 return strategy->getAttributesForStreamType(stream); in getAttributesForStreamType()
DEngineBase.cpp87 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase
89 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h190 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp308 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp676 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h188 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
DAudioPolicyManager.cpp889 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()
2444 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()