Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp127 HdfVibratorModeVdi vibratorMode; in Stop() local
129 vibratorMode = VDI_VIBRATOR_MODE_ONCE; in Stop()
131 vibratorMode = VDI_VIBRATOR_MODE_PRESET; in Stop()
133 vibratorMode = VDI_VIBRATOR_MODE_BUTT; in Stop()
140 int32_t ret = vibratorVdiImpl_->Stop(vibratorMode); in Stop()
157 HdfVibratorModeVdi vibratorMode; in StopV1_2() local
159 vibratorMode = VDI_VIBRATOR_MODE_ONCE; in StopV1_2()
161 vibratorMode = VDI_VIBRATOR_MODE_PRESET; in StopV1_2()
163 vibratorMode = VDI_VIBRATOR_MODE_HDHAPTIC; in StopV1_2()
165 vibratorMode = VDI_VIBRATOR_MODE_BUTT; in StopV1_2()
[all …]