Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceIdentifier.java31 public final class InputDeviceIdentifier implements Parcelable { class
36 public InputDeviceIdentifier(String descriptor, int vendorId, int productId) { in InputDeviceIdentifier() method in InputDeviceIdentifier
42 private InputDeviceIdentifier(Parcel src) { in InputDeviceIdentifier() method in InputDeviceIdentifier
/aosp12/frameworks/native/include/input/
H A DInputDevice.h31 struct InputDeviceIdentifier { struct
32 inline InputDeviceIdentifier() : in InputDeviceIdentifier() function
59 * Return InputDeviceIdentifier.name that has been adjusted as follows: argument
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.h38 using InputDeviceIdentifier = input_device_identifier_t; variable
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp375 const InputDeviceIdentifier&) override { in getKeyboardLayoutOverlay()
379 std::string getDeviceAlias(const InputDeviceIdentifier&) override { return ""; } in getDeviceAlias()