Home
last modified time | relevance | path

Searched refs:nitValue (Results 1 - 1 of 1) sorted by relevance

/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp242 int32_t nitValue = static_cast<int32_t>(GetMappingBrightnessNit(static_cast<uint32_t>(value))); in NotifyLightChangeToAps() local
244 if (!mIsBrightnessValidate && nitValue >= brightness) { in NotifyLightChangeToAps()
247 } else if (mIsBrightnessValidate && nitValue < brightness) { in NotifyLightChangeToAps()

Completed in 4 milliseconds