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.h90 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;
151 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;
DEngineBase.h83 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const override;
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp212 volume_group_t volGr = mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeCurvesForAttributes()
256 volume_group_t EngineBase::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::audio_policy::EngineBase
258 return mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
DProductStrategy.cpp114 volume_group_t ProductStrategy::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategy
265 volume_group_t ProductStrategyMap::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategyMap
268 volume_group_t group = iter.second->getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerInterface.h275 virtual volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const = 0;
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h306 volumeGroup = mEngine->getVolumeGroupForAttributes(aa.getAttributes()); in getVolumeGroupFromAudioAttributes()
372 return toVolumeSource(mEngine->getVolumeGroupForAttributes(attributes)); in toVolumeSource()
DAudioPolicyManager.cpp2471 auto group = mEngine->getVolumeGroupForAttributes(attributes); in setVolumeIndexForAttributes()