Home
last modified time | relevance | path

Searched defs:getInputDevice (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DSearchEvent.java35 public InputDevice getInputDevice() { in getInputDevice() method in SearchEvent
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java1038 private InputDevice getInputDevice(int deviceId) { in getInputDevice() method in KeyboardLayoutManager
1044 private InputDevice getInputDevice(InputDeviceIdentifier identifier) { in getInputDevice() method in KeyboardLayoutManager
DKeyboardBacklightController.java397 private InputDevice getInputDevice(int deviceId) { in getInputDevice() method in KeyboardBacklightController
DInputManagerService.java950 public InputDevice getInputDevice(int deviceId) { in getInputDevice() method in InputManagerService
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl54 InputDevice getInputDevice(int deviceId); in getInputDevice() method
DInputManager.java296 public InputDevice getInputDevice(int id) { in getInputDevice() method in InputManager
DInputManagerGlobal.java194 public InputDevice getInputDevice(int id) { in getInputDevice() method in InputManagerGlobal
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp709 audio_port_handle_t AudioRecord::getInputDevice() { in getInputDevice() function in android::AudioRecord