Searched refs:volIndexMax (Results 1 – 4 of 4) sorted by relevance
71 void StreamDescriptor::setVolumeIndexMax(int volIndexMax) in setVolumeIndexMax() argument73 mIndexMax = volIndexMax; in setVolumeIndexMax()143 void StreamDescriptorCollection::setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax) in setVolumeIndexMax() argument145 return editValueAt(stream).setVolumeIndexMax(volIndexMax); in setVolumeIndexMax()
25 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const in volIndexToDb()32 int volIdx = (nbSteps * (indexInUi - volIndexMin)) / (volIndexMax - volIndexMin); in volIndexToDb()
40 void setVolumeIndexMax(int volIndexMax);107 void setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax);
61 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;105 void setVolumeIndexMax(int volIndexMax) { mIndexMax = volIndexMax; } in setVolumeIndexMax() argument