Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h33 struct CurvePoint struct
35 CurvePoint() {} in CurvePoint() function
36 CurvePoint(int index, int attenuationInMb) : in CurvePoint() function
42 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument
59 void add(const CurvePoint &point) { mCurvePoints.add(point); } in add()
66 SortedVector<CurvePoint> mCurvePoints;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DVolumeCurve.cpp35 size_t indexInUiPosition = mCurvePoints.orderOf(CurvePoint(volIdx, 0)); in volIndexToDb()
DSerializer.cpp572 element->add(CurvePoint(point[0], point[1])); in deserialize()