Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h135 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;
DEngineBase.h61 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const override;
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h207 virtual audio_stream_type_t getStreamTypeForAttributes(
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp274 audio_stream_type_t ProductStrategyMap::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategyMap
DEngineBase.cpp94 audio_stream_type_t EngineBase::getStreamTypeForAttributes(const audio_attributes_t &attr) const in getStreamTypeForAttributes() function in android::audio_policy::EngineBase
96 return mProductStrategies.getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1303 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
1778 audio_stream_type_t stream = mEngine->getStreamTypeForAttributes(*attr); in getOutputForDevices()
3732 if (mEngine->getStreamTypeForAttributes(attributes) == AUDIO_STREAM_PATCH) { in setVolumeIndexForAttributes()
4997 offloadInfo.stream_type = mEngine->getStreamTypeForAttributes(*attr); in getDirectPlaybackSupport()
5769 mEngine->getStreamTypeForAttributes(sourceDesc->attributes()) : in createAudioPatchInternal()
6146 mEngine->getStreamTypeForAttributes(*attributes), in startAudioSourceInternal()