HomeSort by relevance Sort by last modified time
    Searched full:getinputdevices (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiControlService.aidl 61 List<HdmiDeviceInfo> getInputDevices();
  /frameworks/native/services/inputflinger/
InputReader.h 352 virtual void getInputDevices(Vector<InputDeviceInfo>& outInputDevices) = 0;
458 virtual void getInputDevices(Vector<InputDeviceInfo>& outInputDevices);
    [all...]
InputReader.cpp 640 void InputReader::getInputDevices(Vector<InputDeviceInfo>& outInputDevices) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java     [all...]
HdmiControlService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 138 mHdmiDeviceList.addAll(hdmiControlService.getInputDevices());
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 172 const Vector<InputDeviceInfo>& getInputDevices() const {
1027 TEST_F(InputReaderTest, GetInputDevices) {
1034 mReader->getInputDevices(inputDevices);
1044 inputDevices = mFakePolicy->getInputDevices();
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 658 public InputDevice[] getInputDevices() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 867 milliseconds