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 475 virtual InputDevice* createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
    [all...]
InputReader.cpp 385 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
433 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 959 virtual InputDevice* createDeviceLocked(int32_t deviceId, int32_t controllerNumber,
966 return InputReader::createDeviceLocked(deviceId, controllerNumber, identifier, classes);
    [all...]

Completed in 69 milliseconds