Home
last modified time | relevance | path

Searched defs:BRIGHTNESS_MIN (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_param_helper.h39 static constexpr uint32_t BRIGHTNESS_MIN = 1; variable
H A Ddisplay_auto_brightness.h43 static const uint32_t BRIGHTNESS_MIN; variable
H A Ddisplay_power_mgr_service.h113 static const uint32_t BRIGHTNESS_MIN; variable
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_param_helper.h45 static constexpr uint32_t BRIGHTNESS_MIN = 1; variable
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_auto_brightness.cpp24 const uint32_t DisplayAutoBrightness::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness(); member in OHOS::DisplayPowerMgr::DisplayAutoBrightness
H A Ddisplay_power_mgr_service.cpp52 const uint32_t DisplayPowerMgrService::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness(); member in OHOS::DisplayPowerMgr::DisplayPowerMgrService