Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp358 nextState = mVSyncState->synthetic ? State::SyntheticVSync : State::VSync; in threadMain()
384 const auto timeout = mState == State::SyntheticVSync ? 16ms : 1000ms; in threadMain()
473 case State::SyntheticVSync: in toCString()
DEventThread.h208 SyntheticVSync, enumerator