Searched refs:volIndexMin (Results 1 - 4 of 4) 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 DStreamDescriptor.h39 void setVolumeIndexMin(int volIndexMin);
106 void setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin);
H A DVolumeCurve.h60 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
101 void setVolumeIndexMin(int volIndexMin) { mIndexMin = volIndexMin; } argument

Completed in 4618 milliseconds