Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h62 static constexpr uint32_t INVALID_BRIGHTNESS = UINT32_MAX; variable
71 uint32_t brightness_ = INVALID_BRIGHTNESS;
/ohos5.0/base/useriam/face_auth/services_ex/src/
H A Dscreen_brightness_task.cpp56 constexpr uint32_t INVALID_BRIGHTNESS = -1; variable
333 IF_FALSE_LOGE_AND_RETURN(currentBrightness_ != INVALID_BRIGHTNESS); in BeginIncreaseBrightness()
/ohos5.0/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp235 IF_FALSE_LOGE_AND_RETURN_VAL(brightness != INVALID_BRIGHTNESS, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()