Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h34 struct CurvePoint struct
36 CurvePoint() {} in CurvePoint() argument
37 CurvePoint(int index, int attenuationInMb) : in CurvePoint() argument
43 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument
/aosp12/frameworks/av/services/audiopolicy/engine/config/include/
H A DEngineConfig.h46 struct CurvePoint { struct
50 using CurvePoints = std::vector<CurvePoint>; argument