Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DVolumeCurve.h59 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
162 virtual float volIndexToDb(device_category deviceCat, int indexInUi) const in volIndexToDb() function
166 return vc->volIndexToDb(indexInUi, mIndexMin, mIndexMax); in volIndexToDb()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIVolumeCurves.h38 virtual float volIndexToDb(device_category device, int indexInUi) const = 0;
/frameworks/av/services/audiopolicy/engine/common/src/
DVolumeCurve.cpp26 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const in volIndexToDb() function in android::VolumeCurve
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5683 float volumeDb = curves.volIndexToDb(Volume::getDeviceCategory(device), index); in computeVolume()