Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h36 VDI_VIBRATOR_MODE_PRESET = 1, enumerator
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp131 vibratorMode = VDI_VIBRATOR_MODE_PRESET; in Stop()
161 vibratorMode = VDI_VIBRATOR_MODE_PRESET; in StopV1_2()
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp85 } else if (mode == VDI_VIBRATOR_MODE_PRESET) { in Stop()