Searched refs:volIndexToDb (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | VolumeCurve.h | 60 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()
|
D | IVolumeCurvesCollection.h | 37 virtual float volIndexToDb(audio_stream_type_t stream, device_category device,
|
D | Gains.h | 32 static float volIndexToDb(const VolumeCurvePoint *point, int indexMin, int indexMax,
|
D | StreamDescriptor.h | 88 virtual float volIndexToDb(audio_stream_type_t stream, device_category device,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | StreamDescriptor.cpp | 148 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()
|
D | Gains.cpp | 218 float Gains::volIndexToDb(const VolumeCurvePoint *curve, int indexMin, int indexMax, int indexInUi) in volIndexToDb() function in android::Gains
|
D | VolumeCurve.cpp | 25 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const in volIndexToDb() function in android::VolumeCurve
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 5515 float volumeDB = mVolumeCurves->volIndexToDb(stream, Volume::getDeviceCategory(device), index); in loadConfig()
|