Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp212 bool eventPending = false; in waitForEventLocked() local
233 eventPending = !mPendingEvents.isEmpty(); in waitForEventLocked()
234 if (eventPending) { in waitForEventLocked()
268 if (eventPending && !timestamp && !added) { in waitForEventLocked()
300 if (!timestamp && !eventPending) { in waitForEventLocked()