Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h688 auto& mutableDebugDisableHWC() { return mFlinger->mDebugDisableHWC; } in mutableDebugDisableHWC()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1352 std::atomic_bool mDebugDisableHWC = false; variable
DSurfaceFlinger.cpp2824 refreshArgs.devOptForceClientComposition = mDebugDisableHWC; in composite()
6981 const bool hwcDisabled = mDebugDisableHWC || mDebugFlashDelay; in dumpAll()
7203 reply->writeInt32(mDebugDisableHWC); in onTransact()
9657 mDebugDisableHWC = enabled; in sfdo_forceClientComposition()