Searched defs:volIndexMin (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DVolumeCurve.cpp25 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const argument
32 int volIdx = (nbSteps * (indexInUi - volIndexMin)) / (volIndexMax - volIndexMin);
H A DStreamDescriptor.cpp66 void StreamDescriptor::setVolumeIndexMin(int volIndexMin) argument
68 mIndexMin = volIndexMin;
138 void StreamDescriptorCollection::setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin) argument
140 return editValueAt(stream).setVolumeIndexMin(volIndexMin);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DVolumeCurve.h61 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
102 void setVolumeIndexMin(int volIndexMin) { mIndexMin = volIndexMin; } argument

Completed in 424 milliseconds