Home
last modified time | relevance | path

Searched defs:InputDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h27 class InputDevice; variable
DInputReader.h35 class InputDevice; variable
/frameworks/base/core/java/android/view/
DInputDevice.java52 public final class InputDevice implements Parcelable { class
428 private InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, in InputDevice() method in InputDevice
449 private InputDevice(Parcel in) { in InputDevice() method in InputDevice
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp36 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice() function in android::InputDevice