Home
last modified time | relevance | path

Searched refs:volIndexToDb (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h58 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
161 virtual float volIndexToDb(device_category deviceCat, int indexInUi) const in volIndexToDb() function
165 return vc->volIndexToDb(indexInUi, mIndexMin, mIndexMax); in volIndexToDb()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIVolumeCurves.h39 virtual float volIndexToDb(device_category device, int indexInUi) const = 0;
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DVolumeCurve.cpp26 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const in volIndexToDb() function in android::VolumeCurve
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp6603 float volumeDb = curves.volIndexToDb(Volume::getDeviceCategory(deviceTypes), index); in computeVolume()