Home
last modified time | relevance | path

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

/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_param_helper.cpp23 uint32_t DisplayParamHelper::GetDefaultBrightness() in GetDefaultBrightness()
29 uint32_t DisplayParamHelper::GetMaxBrightness() in GetMaxBrightness()
35 uint32_t DisplayParamHelper::GetMinBrightness() in GetMinBrightness()
41 void DisplayParamHelper::RegisterBootCompletedCallback(BootCompletedCallback& callback) in RegisterBootCompletedCallback()
H A Ddisplay_auto_brightness.cpp24 const uint32_t DisplayAutoBrightness::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness();
25 const uint32_t DisplayAutoBrightness::BRIGHTNESS_MAX = DisplayParamHelper::GetMaxBrightness();
H A Dscreen_controller.cpp234 uint32_t maxBrightness = DisplayParamHelper::GetMaxBrightness(); in BoostBrightness()
374 return DisplayParamHelper::GetMaxBrightness(); in GetScreenOnBrightness()
H A Ddisplay_power_mgr_service.cpp42 DisplayParamHelper::BootCompletedCallback g_bootCompletedCallback;
54 const uint32_t DisplayPowerMgrService::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness();
55 const uint32_t DisplayPowerMgrService::BRIGHTNESS_DEFAULT = DisplayParamHelper::GetDefaultBrightness();
56 const uint32_t DisplayPowerMgrService::BRIGHTNESS_MAX = DisplayParamHelper::GetMaxBrightness();
104 DisplayParamHelper::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_param_helper.h27 class DisplayParamHelper { class

Completed in 3 milliseconds