Searched refs:volIndexMax (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h40 void setVolumeIndexMax(int volIndexMax);
107 void setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax);
H A DVolumeCurve.h60 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
104 void setVolumeIndexMax(int volIndexMax) { mIndexMax = volIndexMax; } argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp71 void StreamDescriptor::setVolumeIndexMax(int volIndexMax) argument
73 mIndexMax = volIndexMax;
143 void StreamDescriptorCollection::setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax) argument
145 return editValueAt(stream).setVolumeIndexMax(volIndexMax);
H A DVolumeCurve.cpp25 float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const
32 int volIdx = (nbSteps * (indexInUi - volIndexMin)) / (volIndexMax - volIndexMin);

Completed in 67 milliseconds