Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp337 CurvePointVdi curvePointVdip; in PlayHapticPattern() local
338 curvePointVdip.time = point.time; in PlayHapticPattern()
339 curvePointVdip.intensity = point.intensity; in PlayHapticPattern()
340 curvePointVdip.frequency = point.frequency; in PlayHapticPattern()
341 hapticEventVdi.points.push_back(std::move(curvePointVdip)); in PlayHapticPattern()