Loading services/inputflinger/dispatcher/InputDispatcher.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -7049,11 +7049,6 @@ void InputDispatcher::onWindowInfosChanged(const gui::WindowInfosUpdate& update) setInputWindowsLocked(handles, displayId); } if (update.vsyncId < mWindowInfosVsyncId) { ALOGE("Received out of order window infos update. Last update vsync id: %" PRId64 ", current update vsync id: %" PRId64, mWindowInfosVsyncId, update.vsyncId); } mWindowInfosVsyncId = update.vsyncId; } // Wake up poll loop since it may need to make new input dispatching choices. Loading Loading
services/inputflinger/dispatcher/InputDispatcher.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -7049,11 +7049,6 @@ void InputDispatcher::onWindowInfosChanged(const gui::WindowInfosUpdate& update) setInputWindowsLocked(handles, displayId); } if (update.vsyncId < mWindowInfosVsyncId) { ALOGE("Received out of order window infos update. Last update vsync id: %" PRId64 ", current update vsync id: %" PRId64, mWindowInfosVsyncId, update.vsyncId); } mWindowInfosVsyncId = update.vsyncId; } // Wake up poll loop since it may need to make new input dispatching choices. Loading