Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp211 bool eventPending = false; in waitForEvent() local
229 eventPending = !mPendingEvents.isEmpty(); in waitForEvent()
230 if (eventPending) { in waitForEvent()
264 if (eventPending && !timestamp && !added) { in waitForEvent()
295 if (!timestamp && !eventPending) { in waitForEvent()