Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp213 bool waitForVSync = false; in waitForEventLocked() local
250 waitForVSync = true; in waitForEventLocked()
284 if (timestamp && !waitForVSync) { in waitForEventLocked()
288 } else if (!timestamp && waitForVSync) { in waitForEventLocked()
302 if (waitForVSync) { in waitForEventLocked()