Searched refs:restartEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp3494 bool restartEvent; local
3497 restartEvent = afterKeyEventLockedInterruptible(connection,
3501 restartEvent = afterMotionEventLockedInterruptible(connection,
3504 restartEvent = false;
3514 if (restartEvent && connection->status == Connection::STATUS_NORMAL) {

Completed in 45 milliseconds