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.h79 sp<VolumeCurve> getCurvesFor(device_category device) const in getCurvesFor() function
138 sp<VolumeCurve> vc = getCurvesFor(deviceCat); in volIndexToDb()
186 … virtual bool canBeMuted(audio_stream_type_t stream) { return getCurvesFor(stream).canBeMuted(); } in canBeMuted()
190 return getCurvesFor(stream).getVolumeIndexMin(); in getVolumeIndexMin()
194 return getCurvesFor(stream).getVolumeIndexMax(); in getVolumeIndexMax()
198 return getCurvesFor(stream).getVolumeIndex(device); in getVolumeIndex()
202 const VolumeCurvesForStream &sourceCurves = getCurvesFor(streamSrc); in switchVolumeCurve()
212 return getCurvesFor(stream).volIndexToDb(cat, indexInUi); in volIndexToDb()
217 return getCurvesFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
232 const VolumeCurvesForStream &getCurvesFor(audio_stream_type_t stream) const in getCurvesFor() function