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

  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 955 virtual InputDevice* createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
962 return InputReader::createDeviceLocked(deviceId, controllerNumber, identifier, classes);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 370 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
410 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
    [all...]

Completed in 446 milliseconds