Home
last modified time | relevance | path

Searched refs:getCurvesFor (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h80 sp<VolumeCurve> getCurvesFor(device_category device) const in getCurvesFor() function
139 return getCurvesFor(deviceCat)->volIndexToDb(indexInUi, mIndexMin, mIndexMax); in volIndexToDb()
181 … virtual bool canBeMuted(audio_stream_type_t stream) { return getCurvesFor(stream).canBeMuted(); } in canBeMuted()
185 return getCurvesFor(stream).getVolumeIndexMin(); in getVolumeIndexMin()
189 return getCurvesFor(stream).getVolumeIndexMax(); in getVolumeIndexMax()
193 return getCurvesFor(stream).getVolumeIndex(device); in getVolumeIndex()
197 const VolumeCurvesForStream &sourceCurves = getCurvesFor(streamSrc); in switchVolumeCurve()
207 return getCurvesFor(stream).volIndexToDb(cat, indexInUi); in volIndexToDb()
212 return getCurvesFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
227 const VolumeCurvesForStream &getCurvesFor(audio_stream_type_t stream) const in getCurvesFor() function