Home
last modified time | relevance | path

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

/base/powermgr/display_manager/brightness_manager/include/
H A Dilight_lux_manager.h31 virtual float GetSmoothedLux() const = 0;
H A Dlight_lux_manager.h40 float GetSmoothedLux() const override;
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp672 lux, mLightLuxManager.GetSmoothedLux()); in ProcessLightLux()
687 lux, mLightLuxManager.GetSmoothedLux(), mLightLuxManager.GetIsFirstLux()); in ProcessLightLux()
770 mBrightnessCalculationManager.UpdateBrightnessOffset(value, mLightLuxManager.GetSmoothedLux()); in SetBrightness()
772 value, mLightLuxManager.GetSmoothedLux()); in SetBrightness()
815 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "ClearOffset mLightLux=%{public}f", mLightLuxManager.GetSmoothedLux()); in ClearOffset()
817 mBrightnessCalculationManager.UpdateBrightnessOffset(0, mLightLuxManager.GetSmoothedLux()); in ClearOffset()
H A Dlight_lux_manager.cpp237 float LightLuxManager::GetSmoothedLux() const in GetSmoothedLux() function in OHOS::DisplayPowerMgr::LightLuxManager

Completed in 4 milliseconds