Searched refs:nitValue (Results 1 – 1 of 1) sorted by relevance
241 … int32_t nitValue = static_cast<int32_t>(GetMappingBrightnessNit(static_cast<uint32_t>(value))); in NotifyLightChangeToAps() local243 if (!mIsBrightnessValidate && nitValue >= brightness) { in NotifyLightChangeToAps()246 } else if (mIsBrightnessValidate && nitValue < brightness) { in NotifyLightChangeToAps()