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 353 int32_t controllerNumber;
InputReader.cpp 368 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId);
370 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
410 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
413 controllerNumber, identifier, classes);
858 int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) :
859 mContext(context), mId(id), mGeneration(generation), mControllerNumber(controllerNumber),
    [all...]

Completed in 881 milliseconds