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.aidl58 void enableInputDevice(int deviceId); in enableInputDevice() method
DInputManager.java345 public void enableInputDevice(int id) { in enableInputDevice() method in InputManager
DInputManagerGlobal.java416 public void enableInputDevice(int id) { in enableInputDevice() method in InputManagerGlobal
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java186 void enableInputDevice(int deviceId); in enableInputDevice() method
464 public native void enableInputDevice(int deviceId); in enableInputDevice() method in NativeInputManagerService.NativeImpl
DInputManagerService.java963 public void enableInputDevice(int deviceId) { in enableInputDevice() method in InputManagerService