Home
last modified time | relevance | path

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

/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp203 brightness_ = Rosen::DisplayManagerLite::GetInstance().GetScreenBrightness(displayId_); in GetBrightness()
205 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "displayId=%{public}u, brightness=%{public}u", displayId_, brightness_); in GetBrightness()
206 return brightness_; in GetBrightness()
216 brightness_ = isSucc ? value : brightness_; in SetBrightness()
/base/powermgr/display_manager/state_manager/service/native/include/
H A Dscreen_action.h51 uint32_t brightness_ {102};
/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h71 uint32_t brightness_ = INVALID_BRIGHTNESS; member in OHOS::UserIam::SensorIlluminationTask
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp244 if (brightness == brightness_) { in DrawSurfaceNode()
248 brightness_ = brightness; in DrawSurfaceNode()
251 ResultCode result = GetBackgroundAlpha(brightness_, alpha); in DrawSurfaceNode()

Completed in 2 milliseconds