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()
316 if (!mGhbmSupported) { in processEnhancedHbm()
413 if (mGhbmSupported && (mGhbm.get() != HbmMode::OFF) != ghbm) { in processDisplayBrightness()
557 if (!mGhbmSupported) { in updateFrameStates()
579 if (!mGhbmSupported) { in processInstantHbm()
602 if (!mBrightnessIntfSupported || !mGhbmSupported) { in getSdrDimRatioForInstantHbm()
777 if (mGhbm.is_dirty() && mGhbmSupported) { in prepareFrameCommit()
1189 mMaxBrightness, mBrightnessIntfSupported, mLhbmSupported, mGhbmSupported); in dump()
DBrightnessController.h120 bool isGhbmSupported() { return mGhbmSupported; } in isGhbmSupported()
408 bool mGhbmSupported = false; variable