Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp179 mBrightnessIntfSupported = true; in updateBrightnessTable()
392 if (!mBrightnessIntfSupported) { in processDisplayBrightness()
602 if (!mBrightnessIntfSupported || !mGhbmSupported) { in getSdrDimRatioForInstantHbm()
915 if (!mBrightnessIntfSupported) { in queryBrightness()
1189 mMaxBrightness, mBrightnessIntfSupported, mLhbmSupported, mGhbmSupported); in dump()
DBrightnessController.h410 bool mBrightnessIntfSupported = false; variable