Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3639 bool restartEvent; in doDispatchCycleFinishedLockedInterruptible() local
3642 restartEvent = afterKeyEventLockedInterruptible(connection, in doDispatchCycleFinishedLockedInterruptible()
3646 restartEvent = afterMotionEventLockedInterruptible(connection, in doDispatchCycleFinishedLockedInterruptible()
3649 restartEvent = false; in doDispatchCycleFinishedLockedInterruptible()
3659 if (restartEvent && connection->status == Connection::STATUS_NORMAL) { in doDispatchCycleFinishedLockedInterruptible()