Home
last modified time | relevance | path

Searched refs:vibratorInterface (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp34 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in Init() local
35 if (vibratorInterface == nullptr) { in Init()
46 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in StartOnce() local
47 if (vibratorInterface == nullptr || vibratorInterface->StartOnce == nullptr) { in StartOnce()
51 int32_t ret = vibratorInterface->StartOnce(duration); in StartOnce()
61 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); in Start() local
62 if (vibratorInterface == nullptr || vibratorInterface->Start == nullptr) { in Start()
66 int32_t ret = vibratorInterface in Start()
76 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); Stop() local
106 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); GetVibratorInfo() local
140 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); EnableVibratorModulation() local
156 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); EnableCompositeEffect() local
168 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); GetEffectInfo() local
189 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); IsVibratorRunning() local
201 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); PlayHapticPattern() local
213 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); GetHapticCapacity() local
234 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); GetHapticStartUpTime() local
249 const struct VibratorInterface *vibratorInterface = NewVibratorInterfaceInstance(); StartByIntensity() local
[all...]
/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/
H A Dvibrator_fuzzer.cpp68 sptr<VibratorInterfaceStub> vibratorInterface = new VibratorInterfaceStub(g_vibratorInterface); in DoSomethingInterestingWithMyAPI() local
69 if (vibratorInterface == nullptr) { in DoSomethingInterestingWithMyAPI()
73 vibratorInterface->OnRemoteRequest(code, data, reply, option); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds