HomeSort by relevance Sort by last modified time
    Searched defs:controllerNumber (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/
EventHub.h 359 int32_t controllerNumber;
InputReader.cpp 383 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId);
385 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
433 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
436 controllerNumber, identifier, classes);
921 int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) :
922 mContext(context), mId(id), mGeneration(generation), mControllerNumber(controllerNumber),
    [all...]

Completed in 131 milliseconds