Loading services/inputflinger/dispatcher/InputDispatcher.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -3893,12 +3893,6 @@ void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { args->xCursorPosition, args->yCursorPosition, args->downTime, args->pointerCount, args->pointerProperties, args->pointerCoords, 0, 0); if (args->id != android::os::IInputConstants::INVALID_INPUT_EVENT_ID && IdGenerator::getSource(args->id) == IdGenerator::Source::INPUT_READER && !mInputFilterEnabled) { const bool isDown = args->action == AMOTION_EVENT_ACTION_DOWN; mLatencyTracker.trackListener(args->id, isDown, args->eventTime, args->readTime); } needWake = enqueueInboundEventLocked(std::move(newEntry)); mLock.unlock(); Loading Loading
services/inputflinger/dispatcher/InputDispatcher.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -3893,12 +3893,6 @@ void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { args->xCursorPosition, args->yCursorPosition, args->downTime, args->pointerCount, args->pointerProperties, args->pointerCoords, 0, 0); if (args->id != android::os::IInputConstants::INVALID_INPUT_EVENT_ID && IdGenerator::getSource(args->id) == IdGenerator::Source::INPUT_READER && !mInputFilterEnabled) { const bool isDown = args->action == AMOTION_EVENT_ACTION_DOWN; mLatencyTracker.trackListener(args->id, isDown, args->eventTime, args->readTime); } needWake = enqueueInboundEventLocked(std::move(newEntry)); mLock.unlock(); Loading