Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h60 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
136 float volIndexToDb(device_category deviceCat, int indexInUi) const in volIndexToDb() function
140 return vc->volIndexToDb(indexInUi, mIndexMin, mIndexMax); in volIndexToDb()
210 virtual float volIndexToDb(audio_stream_type_t stream, device_category cat, int indexInUi) const in volIndexToDb() function
212 return getCurvesFor(stream).volIndexToDb(cat, indexInUi); in volIndexToDb()
DIVolumeCurvesCollection.h37 virtual float volIndexToDb(audio_stream_type_t stream, device_category device,
DGains.h32 static float volIndexToDb(const VolumeCurvePoint *point, int indexMin, int indexMax,
DStreamDescriptor.h88 virtual float volIndexToDb(audio_stream_type_t stream, device_category device,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category, in volIndexToDb() function in android::StreamDescriptorCollection
152 return Gains::volIndexToDb(streamDesc.getVolumeCurvePoint(category), in volIndexToDb()
DGains.cpp218 float Gains::volIndexToDb(const VolumeCurvePoint *curve, int indexMin, int indexMax, int indexInUi) in volIndexToDb() function in android::Gains
DVolumeCurve.cpp25 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const in volIndexToDb() function in android::VolumeCurve
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5515 float volumeDB = mVolumeCurves->volIndexToDb(stream, Volume::getDeviceCategory(device), index); in loadConfig()