Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp274 struct VdiWrapperVibrator *vibratorVdi = reinterpret_cast<VdiWrapperVibrator *>(vdiBase); in CreateLightVdiInstance() local
275 vibratorVdi->vibratorModule = new VibratorInterfaceImpl(); in CreateLightVdiInstance()
276 if (vibratorVdi->vibratorModule == nullptr) { in CreateLightVdiInstance()
291 struct VdiWrapperVibrator *vibratorVdi = reinterpret_cast<VdiWrapperVibrator *>(vdiBase); in DestoryLightVdiInstance() local
292 …VibratorInterfaceImpl *vibratorImpl = reinterpret_cast<VibratorInterfaceImpl *>(vibratorVdi->vibra… in DestoryLightVdiInstance()
295 vibratorVdi->vibratorModule = nullptr; in DestoryLightVdiInstance()