Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DEventControlThread.cpp53 mVsyncEnabled = enabled; in setVsyncEnabled()
67 return currentVsyncEnabled != mVsyncEnabled || keepRunning != mKeepRunning; in threadMain()
69 currentVsyncEnabled = mVsyncEnabled; in threadMain()
DEventControlThread.h55 bool mVsyncEnabled GUARDED_BY(mMutex) = false;
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp150 mVsyncEnabled(false), in FakeComposerClient()
333 mVsyncEnabled = (enabled == IComposerClient::Vsync::ENABLE); in setVsyncEnabled()
334 ALOGV("setVsyncEnabled(%s)", mVsyncEnabled ? "ENABLE" : "DISABLE"); in setVsyncEnabled()
DFakeComposerClient.h154 bool mVsyncEnabled; variable