Searched refs:curvePoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DVolumeProfile.cpp68 VolumeCurvePoint curvePoint; local
69 curvePoint.mIndex = points[i].index;
70 curvePoint.mDBAttenuation = static_cast<float>(points[i].dbAttenuation) /
72 pointsVector.push_back(curvePoint);

Completed in 35 milliseconds