Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h437 auto& mutableDebugDisableHWC() { return mFlinger->mDebugDisableHWC; } in mutableDebugDisableHWC()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1318 bool mDebugDisableHWC = false; variable
H A DSurfaceFlinger.cpp2100 refreshArgs.devOptForceClientComposition = mDebugDisableHWC || mDebugRegion; in onMessageRefresh()
5243 bool hwcDisabled = mDebugDisableHWC || mDebugRegion; in dumpAllLocked()
5499 mDebugDisableHWC = n != 0; in onTransact()
5514 reply->writeInt32(mDebugDisableHWC); in onTransact()