Searched defs:volIndexMax (Results 1 - 2 of 2) sorted by relevance

/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);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DVolumeCurve.h60 float volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax) const;
104 void setVolumeIndexMax(int volIndexMax) { mIndexMax = volIndexMax; } argument

Completed in 114 milliseconds