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

  /frameworks/native/libs/input/
InputDevice.cpp 152 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber,
157 mControllerNumber = controllerNumber;
  /frameworks/native/include/input/
InputDevice.h 75 void initialize(int32_t id, int32_t generation, int32_t controllerNumber,
  /frameworks/base/core/java/android/view/
InputDevice.java 408 private InputDevice(int id, int generation, int controllerNumber, String name, int vendorId,
414 mControllerNumber = controllerNumber;
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 149 ffEffectPlaying(false), ffEffectId(-1), controllerNumber(0),
285 return device->controllerNumber;
    [all...]
EventHub.h 371 int32_t controllerNumber;
InputReader.h 443 virtual InputDevice* createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
548 controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes);
    [all...]
InputReader.cpp 468 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId);
470 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
518 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
521 controllerNumber, identifier, classes);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 1055 InputDevice* newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name,
1060 return new InputDevice(&mContext, deviceId, generation, controllerNumber, identifier,
1065 virtual InputDevice* createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 597 milliseconds