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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3545 bool restartEvent; local
3548 restartEvent = afterKeyEventLockedInterruptible(connection,
3552 restartEvent = afterMotionEventLockedInterruptible(connection,
3555 restartEvent = false;
3565 if (restartEvent && connection->status == Connection::STATUS_NORMAL) {

Completed in 177 milliseconds