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()
358 mDebugVsyncEnabled = true; in enableVSyncLocked()
366 mDebugVsyncEnabled = false; in disableVSyncLocked()
373 mDebugVsyncEnabled?"enabled":"disabled"); in dump()
DEventThread.h133 bool mDebugVsyncEnabled; variable