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.h131 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.h206 virtual audio_stream_type_t getStreamTypeForAttributes(
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp264 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.cpp1226 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
1658 audio_stream_type_t stream = mEngine->getStreamTypeForAttributes(*attr); in getOutputForDevices()
4671 offloadInfo.stream_type = mEngine->getStreamTypeForAttributes(*attr); in getDirectPlaybackSupport()
5433 mEngine->getStreamTypeForAttributes(sourceDesc->attributes()) : in createAudioPatchInternal()
5810 mEngine->getStreamTypeForAttributes(*attributes), in startAudioSourceInternal()