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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DVolumeCurve.h61 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
137 float volIndexToDb(device_category deviceCat, int indexInUi) const function in class:android::VolumeCurvesForStream
139 return getCurvesFor(deviceCat)->volIndexToDb(indexInUi, mIndexMin, mIndexMax);
205 virtual float volIndexToDb(audio_stream_type_t stream, device_category cat, int indexInUi) const function in class:android::VolumeCurvesCollection
207 return getCurvesFor(stream).volIndexToDb(cat, indexInUi);
H A DGains.h32 static float volIndexToDb(const VolumeCurvePoint *point, int indexMin, int indexMax,
H A DIVolumeCurvesCollection.h35 virtual float volIndexToDb(audio_stream_type_t stream, device_category device,
H A DStreamDescriptor.h88 virtual float volIndexToDb(audio_stream_type_t stream, device_category device,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category, function in class:android::StreamDescriptorCollection
152 return Gains::volIndexToDb(streamDesc.getVolumeCurvePoint(category),
H A DVolumeCurve.cpp25 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const function in class:android::VolumeCurve
H A DGains.cpp200 float Gains::volIndexToDb(const VolumeCurvePoint *curve, int indexMin, int indexMax, int indexInUi) function in class:android::Gains
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4901 float volumeDB = mVolumeCurves->volIndexToDb(stream, Volume::getDeviceCategory(device), index);

Completed in 3499 milliseconds