Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp431 bool vsyncRequested = false; in threadMain() local
437 vsyncRequested |= connection->vsyncRequest != VSyncRequest::None; in threadMain()
455 if (mVSyncState && vsyncRequested) { in threadMain()