Home
last modified time | relevance | path

Searched refs:MergeCurve (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/include/
H A Dcustom_vibration_matcher.h42 std::vector<VibrateCurvePoint> MergeCurve(const std::vector<VibrateCurvePoint> &curveLeft,
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
H A Dcustom_vibration_matcher.cpp202 .points = MergeCurve(lastEvent.points, event.points), in MixedWaveProcess()
240 std::vector<VibrateCurvePoint> CustomVibrationMatcher::MergeCurve(const std::vector<VibrateCurvePoi… in MergeCurve() function in OHOS::Sensors::CustomVibrationMatcher