Loading services/input/InputDispatcher.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -2432,7 +2432,6 @@ void InputDispatcher::notifyMotion(nsecs_t eventTime, int32_t deviceId, uint32_t // Do the batching magic. // Do the batching magic. batchMotionLocked(motionEntry, eventTime, metaState, pointerCoords, batchMotionLocked(motionEntry, eventTime, metaState, pointerCoords, "pending motion event"); "pending motion event"); mLock.unlock(); return; // done! return; // done! } } } } Loading Loading
services/input/InputDispatcher.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -2432,7 +2432,6 @@ void InputDispatcher::notifyMotion(nsecs_t eventTime, int32_t deviceId, uint32_t // Do the batching magic. // Do the batching magic. batchMotionLocked(motionEntry, eventTime, metaState, pointerCoords, batchMotionLocked(motionEntry, eventTime, metaState, pointerCoords, "pending motion event"); "pending motion event"); mLock.unlock(); return; // done! return; // done! } } } } Loading