Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DProductStrategy.h93 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;
139 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;
H A DEngineBase.h58 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const override;
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DProductStrategy.cpp73 audio_stream_type_t ProductStrategy::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategy
197 audio_stream_type_t ProductStrategyMap::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategyMap
201 audio_stream_type_t stream = iter.second->getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
H A DEngineBase.cpp87 audio_stream_type_t EngineBase::getStreamTypeForAttributes(const audio_attributes_t &attr) const in getStreamTypeForAttributes() function in android::audio_policy::EngineBase
89 return mProductStrategies.getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
/aosp12/frameworks/av/services/audiopolicy/engine/interface/
H A DEngineInterface.h188 virtual audio_stream_type_t getStreamTypeForAttributes(
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1031 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
1353 audio_stream_type_t stream = mEngine->getStreamTypeForAttributes(*attr); in getOutputForDevices()
4444 mEngine->getStreamTypeForAttributes(*attributes), in startAudioSource()
4986 mEngine->getStreamTypeForAttributes(*attr), in getSpatializerOutput()
4995 mEngine->getStreamTypeForAttributes(*attr), in getSpatializerOutput()