Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp181 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber, in initialize()
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java462 public InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, in InputDevice()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp244 int32_t controllerNumber = context.getDeviceControllerNumber(); in configure() local
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h580 int32_t controllerNumber; member