Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp524 mState = mVSyncState->synthetic ? State::SyntheticVSync : State::VSync; in threadMain()
551 mState == State::SyntheticVSync ? 16ms : 1000ms; in threadMain()
772 case State::SyntheticVSync: in toCString()
DEventThread.h256 SyntheticVSync, enumerator