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

  /frameworks/native/services/inputflinger/
InputReader.h 444 virtual InputDevice* createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
    [all...]
InputReader.cpp 370 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
410 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
    [all...]
  /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...]

Completed in 138 milliseconds