Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DVolumeCurve.h35 struct CurvePoint struct
37 CurvePoint() {} in CurvePoint() argument
38 CurvePoint(int index, int attenuationInMb) : in CurvePoint() function
44 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs) argument
/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h49 struct CurvePoint { struct
53 using CurvePoints = std::vector<CurvePoint>; argument