Searched refs:createDeviceLocked (Results 1 – 4 of 4) sorted by relevance
40 std::shared_ptr<InputDevice> InstrumentedInputReader::createDeviceLocked( in createDeviceLocked() function in android::InstrumentedInputReader47 return InputReader::createDeviceLocked(when, eventHubId, identifier); in createDeviceLocked()
46 virtual std::shared_ptr<InputDevice> createDeviceLocked(
123 virtual std::shared_ptr<InputDevice> createDeviceLocked(nsecs_t when, int32_t deviceId,
271 std::shared_ptr<InputDevice> device = createDeviceLocked(when, eventHubId, identifier); in addDeviceLocked()353 std::shared_ptr<InputDevice> InputReader::createDeviceLocked( in createDeviceLocked() function in android::InputReader