Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp52 mDebugVsyncEnabled(false), in EventThread()
355 mDebugVsyncEnabled = true; in enableVSyncLocked()
363 mDebugVsyncEnabled = false; in disableVSyncLocked()
370 mDebugVsyncEnabled?"enabled":"disabled"); in dump()
DEventThread.h132 bool mDebugVsyncEnabled; variable