Home
last modified time | relevance | path

Searched defs:enableInputDevice (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl56 void enableInputDevice(int deviceId); in enableInputDevice() method
H A DInputManager.java334 public void enableInputDevice(int id) { in enableInputDevice() method in InputManager
H A DInputManagerGlobal.java400 public void enableInputDevice(int id) { in enableInputDevice() method in InputManagerGlobal
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java180 void enableInputDevice(int deviceId); in enableInputDevice() method
430 public native void enableInputDevice(int deviceId); in enableInputDevice() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java966 public void enableInputDevice(int deviceId) { in enableInputDevice() method in InputManagerService