Home
last modified time | relevance | path

Searched defs:vibratorInterface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp34 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in Init() local
46 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in StartOnce() local
61 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in Start() local
76 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in Stop() local
106 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in GetVibratorInfo() local
140 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in EnableVibratorModulation() local
156 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in EnableCompositeEffect() local
168 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in GetEffectInfo() local
189 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in IsVibratorRunning() local
201 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in PlayHapticPattern() local
[all …]
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/
H A Dvibrator_fuzzer.cpp68 sptr<VibratorInterfaceStub> vibratorInterface = new VibratorInterfaceStub(g_vibratorInterface); in DoSomethingInterestingWithMyAPI() local