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.h88 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;
133 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;
DEngineBase.h59 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp72 audio_stream_type_t ProductStrategy::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategy
187 audio_stream_type_t ProductStrategyMap::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategyMap
191 audio_stream_type_t stream = iter.second->getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
DEngineBase.cpp71 audio_stream_type_t EngineBase::getStreamTypeForAttributes(const audio_attributes_t &attr) const in getStreamTypeForAttributes() function in android::audio_policy::EngineBase
73 return mProductStrategies.getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerInterface.h181 virtual audio_stream_type_t getStreamTypeForAttributes(
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp955 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
3833 mEngine->getStreamTypeForAttributes(*attributes), in startAudioSource()