Searched refs:CurvePoint (Results 1 – 4 of 4) sorted by relevance
34 struct CurvePoint struct36 CurvePoint() {} in CurvePoint() argument37 CurvePoint(int index, int attenuationInMb) : in CurvePoint() argument43 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument56 void add(const CurvePoint &point) { mCurvePoints.add(point); } in add()66 SortedVector<CurvePoint> mCurvePoints;
52 struct CurvePoint { struct56 using CurvePoints = std::vector<CurvePoint>; argument
66 size_t indexInUiPosition = mCurvePoints.orderOf(CurvePoint(volIdx, 0)); in volIndexToDb()
124 ConversionResult<CurvePoint> aidl2legacy_AudioHalCurvePoint_CurvePoint( in aidl2legacy_AudioHalCurvePoint_CurvePoint()125 const media::audio::common::AudioHalVolumeCurve::CurvePoint& aidl) { in aidl2legacy_AudioHalCurvePoint_CurvePoint()126 CurvePoint legacy; in aidl2legacy_AudioHalCurvePoint_CurvePoint()