Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp51 mDebugVsyncEnabled(false), in EventThread()
346 mDebugVsyncEnabled = true; in enableVSyncLocked()
354 mDebugVsyncEnabled = false; in disableVSyncLocked()
361 mDebugVsyncEnabled?"enabled":"disabled"); in dump()
DEventThread.h128 bool mDebugVsyncEnabled; variable