Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h50 const VolumeCurvePoint *getVolumeCurvePoint(device_category deviceCategory) const in getVolumeCurvePoint() function
104 const VolumeCurvePoint *getVolumeCurvePoint(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp132 const VolumeCurvePoint *StreamDescriptorCollection::getVolumeCurvePoint(audio_stream_type_t stream, in getVolumeCurvePoint() function in android::StreamDescriptorCollection
135 return valueAt(stream).getVolumeCurvePoint(deviceCategory); in getVolumeCurvePoint()
152 return Gains::volIndexToDb(streamDesc.getVolumeCurvePoint(category), in volIndexToDb()