Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h62 static constexpr uint32_t INVALID_BRIGHTNESS = UINT32_MAX; member in OHOS::UserIam::SensorIlluminationTask
71 uint32_t brightness_ = INVALID_BRIGHTNESS;
/base/useriam/face_auth/services_ex/src/
H A Dscreen_brightness_task.cpp64 constexpr uint32_t INVALID_BRIGHTNESS = -1; member
202 return INVALID_BRIGHTNESS; in GetCurrentScreenBrightness()
365 IF_FALSE_LOGE_AND_RETURN(currentBrightness_ != INVALID_BRIGHTNESS); in BeginIncreaseBrightness()
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp239 uint32_t brightness = INVALID_BRIGHTNESS; in DrawSurfaceNode()
241 IF_FALSE_LOGE_AND_RETURN_VAL(brightness != INVALID_BRIGHTNESS, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()

Completed in 2 milliseconds