Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp202 mGhbmSupported = connector.hbm_mode().id() != 0; in initDrm()
315 if (!mGhbmSupported) { in processEnhancedHbm()
399 if (mGhbmSupported && (mGhbm.get() != HbmMode::OFF) != ghbm) { in processDisplayBrightness()
543 if (!mGhbmSupported) { in updateFrameStates()
565 if (!mGhbmSupported) { in processInstantHbm()
588 if (!mBrightnessIntfSupported || !mGhbmSupported) { in getSdrDimRatioForInstantHbm()
763 if (mGhbm.is_dirty() && mGhbmSupported) { in prepareFrameCommit()
1175 mMaxBrightness, mBrightnessIntfSupported, mLhbmSupported, mGhbmSupported); in dump()
DBrightnessController.h119 bool isGhbmSupported() { return mGhbmSupported; } in isGhbmSupported()
384 bool mGhbmSupported = false; variable