Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp177 bool eventPending = false; in waitForEvent() local
195 eventPending = !mPendingEvents.isEmpty(); in waitForEvent()
196 if (eventPending) { in waitForEvent()
230 if (eventPending && !timestamp && !added) { in waitForEvent()
261 if (!timestamp && !eventPending) { in waitForEvent()