Searched defs:CurvePoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DVolumeCurve.h32 struct CurvePoint struct in namespace:android
34 CurvePoint() {} function in struct:android::CurvePoint
35 CurvePoint(int index, int attenuationInMb) : function in struct:android::CurvePoint
41 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs)
58 void add(const CurvePoint &point) { mCurvePoints.add(point); }
65 SortedVector<CurvePoint> mCurvePoints;

Completed in 409 milliseconds