Home
last modified time | relevance | path

Searched defs:cancelVibrate (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DVibratorInputMapper.cpp61 void VibratorInputMapper::cancelVibrate(int32_t token) { in cancelVibrate() function in android::VibratorInputMapper
H A DInputMapper.cpp61 void InputMapper::cancelVibrate(int32_t token) {} in cancelVibrate() function in android::InputMapper
/aosp12/frameworks/base/core/java/android/os/
H A DIVibratorManagerService.aidl35 void cancelVibrate(int usageFilter, IBinder token); in cancelVibrate() method
/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h97 virtual void cancelVibrate() override {} in cancelVibrate() function
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl95 void cancelVibrate(int deviceId, IBinder token); in cancelVibrate() method
H A DInputManager.java1511 void cancelVibrate(int deviceId, IBinder token) { in cancelVibrate() method in InputManager
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp390 void EvdevDeviceNode::cancelVibrate() { in cancelVibrate() function in android::EvdevDeviceNode
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h340 inline void cancelVibrate() { return mEventHub->cancelVibrate(mId); } in cancelVibrate() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp483 void InputDevice::cancelVibrate(int32_t token) { in cancelVibrate() function in android::InputDevice
H A DInputReader.cpp621 void InputReader::cancelVibrate(int32_t deviceId, int32_t token) { in cancelVibrate() function in android::InputReader
H A DEventHub.cpp1322 void EventHub::cancelVibrate(int32_t deviceId) { in cancelVibrate() function in android::EventHub
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java388 public void cancelVibrate(int usageFilter, IBinder token) { in cancelVibrate() method in VibratorManagerService
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2135 public void cancelVibrate(int deviceId, IBinder token) { in cancelVibrate() method in InputManagerService
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp915 void cancelVibrate(int32_t) override {} in cancelVibrate() function in android::FakeEventHub