Home
last modified time | relevance | path

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

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