Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h825 int mDebugDisableHWC; variable
DSurfaceFlinger.cpp227 mDebugDisableHWC(0), in SurfaceFlinger()
2011 if (mDebugDisableHWC || mDebugRegion) { in setUpHWComposer()
4321 bool hwcDisabled = mDebugDisableHWC || mDebugRegion; in dumpAllLocked()
4513 mDebugDisableHWC = n ? 1 : 0; in onTransact()
4528 reply->writeInt32(mDebugDisableHWC); in onTransact()