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.h149 volume_group_t getVolumeGroupForAttributes(
DEngineBase.h85 volume_group_t getVolumeGroupForAttributes(
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h302 virtual volume_group_t getVolumeGroupForAttributes(
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp337 volume_group_t volGr = mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeCurvesForAttributes()
381 volume_group_t EngineBase::getVolumeGroupForAttributes( in getVolumeGroupForAttributes() function in android::audio_policy::EngineBase
384 return mProductStrategies.getVolumeGroupForAttributes(attr, fallbackOnDefault); in getVolumeGroupForAttributes()
DProductStrategy.cpp272 volume_group_t ProductStrategyMap::getVolumeGroupForAttributes( in getVolumeGroupForAttributes() function in android::ProductStrategyMap
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h396 volumeGroup = mEngine->getVolumeGroupForAttributes(aa, fallbackOnDefault); in getVolumeGroupFromAudioAttributes()
503 return toVolumeSource(mEngine->getVolumeGroupForAttributes(
DAudioPolicyManager.cpp3453 auto group = mEngine->getVolumeGroupForAttributes(attributes); in setVolumeIndexForAttributes()
4520 mEngine->getVolumeGroupForAttributes(it.second)); in dump()
8049 auto groupToDriveAbs = mEngine->getVolumeGroupForAttributes(attributesToDriveAbs); in adjustDeviceAttenuationForAbsVolume()