Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3520 bool restartEvent; in doDispatchCycleFinishedLockedInterruptible() local
3523 restartEvent = afterKeyEventLockedInterruptible(connection, in doDispatchCycleFinishedLockedInterruptible()
3527 restartEvent = afterMotionEventLockedInterruptible(connection, in doDispatchCycleFinishedLockedInterruptible()
3530 restartEvent = false; in doDispatchCycleFinishedLockedInterruptible()
3540 if (restartEvent && connection->status == Connection::STATUS_NORMAL) { in doDispatchCycleFinishedLockedInterruptible()