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.h87 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
131 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
DEngineBase.h61 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp81 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const in getAttributesForStreamType() function in android::ProductStrategy
174 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::ProductStrategyMap
179 return strategy->getAttributesForStreamType(stream); in getAttributesForStreamType()
DEngineBase.cpp76 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase
78 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerInterface.h190 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp293 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp722 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h189 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
DAudioPolicyManager.cpp917 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()
2448 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()