Searched refs:curvePoints (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/ |
H A D | VolumeCurve.cpp | 94 void VolumeCurve::dump(String8 *dst, int spaces, bool curvePoints) const in dump() 96 if (!curvePoints) { in dump() 107 void VolumeCurves::dump(String8 *dst, int spaces, bool curvePoints) const in dump() 109 if (!curvePoints) { in dump()
|
H A D | EngineBase.cpp | 133 for (auto &point : configCurve.curvePoints) { in loadAudioPolicyEngineConfig()
|
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/ |
H A D | VolumeCurve.h | 60 void dump(String8 *dst, int spaces = 0, bool curvePoints = false) const; 182 void dump(String8 *dst, int spaces = 0, bool curvePoints = false) const override;
|
/aosp12/frameworks/av/services/audiopolicy/engine/config/src/ |
H A D | EngineConfig.cpp | 453 CurvePoints curvePoints; in deserialize() local 470 curvePoints.push_back({point[0], point[1]}); in deserialize() 473 volumes.push_back({ deviceCategory, curvePoints }); in deserialize() 560 CurvePoints curvePoints; in deserializeLegacyVolume() local 578 curvePoints.push_back({point[0], point[1]}); in deserializeLegacyVolume() 581 legacyVolumes[streamTypeLiteral].push_back({ deviceCategoryLiteral, curvePoints }); in deserializeLegacyVolume()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | IVolumeCurves.h | 44 virtual void dump(String8 *dst, int spaces = 0, bool curvePoints = false) const = 0;
|
/aosp12/frameworks/av/services/audiopolicy/engine/config/include/ |
H A D | EngineConfig.h | 54 CurvePoints curvePoints; member
|