OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:volIndexToDb
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
VolumeCurve.cpp
25
float VolumeCurve::
volIndexToDb
(int indexInUi, int volIndexMin, int volIndexMax) const
Gains.cpp
200
float Gains::
volIndexToDb
(const VolumeCurvePoint *curve, int indexMin, int indexMax, int indexInUi)
StreamDescriptor.cpp
148
float StreamDescriptorCollection::
volIndexToDb
(audio_stream_type_t stream, device_category category,
152
return Gains::
volIndexToDb
(streamDesc.getVolumeCurvePoint(category),
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
VolumeCurve.h
61
float
volIndexToDb
(int indexInUi, int volIndexMin, int volIndexMax) const;
137
float
volIndexToDb
(device_category deviceCat, int indexInUi) const
139
return getCurvesFor(deviceCat)->
volIndexToDb
(indexInUi, mIndexMin, mIndexMax);
205
virtual float
volIndexToDb
(audio_stream_type_t stream, device_category cat, int indexInUi) const
207
return getCurvesFor(stream).
volIndexToDb
(cat, indexInUi);
Completed in 52 milliseconds