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;
129 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
DEngineBase.h63 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp78 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const in getAttributesForStreamType() function in android::ProductStrategy
166 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::ProductStrategyMap
171 return strategy->getAttributesForStreamType(stream); in getAttributesForStreamType()
DEngineBase.cpp99 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase
101 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h215 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp445 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp872 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h200 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
DAudioPolicyManager.cpp809 const auto aa = mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL); in connectTelephonyRxAudioSource()
844 const auto aa = mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL); in connectTelephonyTxAudioSource()
1181 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()
3386 audio_attributes_t attributesToDriveAbs = mEngine->getAttributesForStreamType(streamToDriveAbs); in setDeviceAbsoluteVolumeEnabled()
3424 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()
6470 mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL)); in initialize()