HomeSort by relevance Sort by last modified time
    Searched refs:deviceIdAndGeneration (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/input/
IInputDevicesChangedListener.aidl 28 oneway void onInputDevicesChanged(in int[] deviceIdAndGeneration);
InputManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 746 final int[] deviceIdAndGeneration;
760 deviceIdAndGeneration = new int[numDevices * 2];
763 deviceIdAndGeneration[i * 2] = inputDevice.getId();
764 deviceIdAndGeneration[i * 2 + 1] = inputDevice.getGeneration();
    [all...]

Completed in 80 milliseconds