Home
last modified time | relevance | path

Searched refs:getVolumeGroupForAttributes (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h92 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;
153 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;
DEngineBase.h82 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp123 volume_group_t ProductStrategy::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategy
275 volume_group_t ProductStrategyMap::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategyMap
278 volume_group_t group = iter.second->getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
DEngineBase.cpp279 volume_group_t volGr = mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeCurvesForAttributes()
323 volume_group_t EngineBase::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::audio_policy::EngineBase
325 return mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h275 virtual volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const = 0;
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h322 volumeGroup = mEngine->getVolumeGroupForAttributes(aa.getAttributes()); in getVolumeGroupFromAudioAttributes()
393 return toVolumeSource(mEngine->getVolumeGroupForAttributes(attributes)); in toVolumeSource()
DAudioPolicyManager.cpp2524 auto group = mEngine->getVolumeGroupForAttributes(attributes); in setVolumeIndexForAttributes()