Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp266 mCabcSupport = property_get_bool("vendor.display.cabc.supported", false); in initCabcSysfs()
267 if (!mCabcSupport) return; in initCabcSysfs()
1081 if (!mCabcSupport || mCabcModeOfs.fail()) return HWC2_ERROR_UNSUPPORTED; in updateCabcMode()
DBrightnessController.h469 bool mCabcSupport = false; variable