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

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

Completed in 416 milliseconds