Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp456 nextState = mVSyncState->synthetic ? State::SyntheticVSync : State::VSync; in threadMain()
483 mState == State::SyntheticVSync ? 16ms : 1000ms; in threadMain()
625 case State::SyntheticVSync: in toCString()
H A DEventThread.h243 SyntheticVSync, enumerator