Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DGains.cpp200 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
DStreamDescriptor.cpp148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category, in volIndexToDb() function in android::StreamDescriptorCollection
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h137 float volIndexToDb(device_category deviceCat, int indexInUi) const in volIndexToDb() function
205 virtual float volIndexToDb(audio_stream_type_t stream, device_category cat, int indexInUi) const in volIndexToDb() function