Home
last modified time | relevance | path

Searched defs:setVolumeIndexMin (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp66 void StreamDescriptor::setVolumeIndexMin(int volIndexMin) in setVolumeIndexMin() function in android::StreamDescriptor
138 void StreamDescriptorCollection::setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin) in setVolumeIndexMin() function in android::StreamDescriptorCollection
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h102 void setVolumeIndexMin(int volIndexMin) { mIndexMin = volIndexMin; } in setVolumeIndexMin() function