Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DProductStrategy.h92 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
137 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
H A DEngineBase.h60 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A 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()
H A DEngineBase.cpp92 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase
94 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
/aosp12/frameworks/av/services/audiopolicy/engine/interface/
H A DEngineInterface.h197 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp308 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
/aosp12/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp713 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h191 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
H A DAudioPolicyManager.cpp723 const auto aa = mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL); in connectTelephonyRxAudioSource()
990 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()
2714 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()
5114 mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL)); in initialize()