Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIVibratorManagerService.aidl35 void cancelVibrate(int usageFilter, IBinder token); in cancelVibrate() method
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl159 void cancelVibrate(int deviceId, IBinder token); in cancelVibrate() method
H A DInputManagerGlobal.java1131 void cancelVibrate(int deviceId, IBinder token) { in cancelVibrate() method in InputManagerGlobal
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java143 void cancelVibrate(int deviceId, int token); in cancelVibrate() method
382 public native void cancelVibrate(int deviceId, int token); in cancelVibrate() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java1597 public void cancelVibrate(int deviceId, IBinder token) { in cancelVibrate() method in InputManagerService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java2208 private void cancelVibrate(VibratorManagerService service) { in cancelVibrate() method in VibratorManagerServiceTest
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java479 public void cancelVibrate(int usageFilter, IBinder token) { in cancelVibrate() method in VibratorManagerService