Home
last modified time | relevance | path

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

/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp35 const uint32_t MIN_BRIGHTNESS = DisplayPowerMgrClient::GetInstance().GetMinBrightness(); member
73 if (brightness < MIN_BRIGHTNESS || brightness > MAX_BRIGHTNESS) { in GetValue()
91 int32_t value = MIN_BRIGHTNESS; in SetValue()
121 int32_t brightness = MIN_BRIGHTNESS; in SystemSetValue()
303 value = value < static_cast<int32_t>(MIN_BRIGHTNESS) ? static_cast<int32_t>(MIN_BRIGHTNESS) : value; in SetBrightness()

Completed in 2 milliseconds