Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp206 rsSurfaceNode_ = rsSurfaceNode; in EnableSensorIllumination()
223 rsSurfaceNode_ = nullptr; in DisableSensorIllumination()
278 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurfaceNode_ != nullptr, ResultCode::GENERAL_ERROR); in TurnOnSensorIllumination()
306 rsSurfaceNode_->SetPositionZ(MAX_ZORDER); in TurnOnSensorIllumination()
307 rsSurfaceNode_->AttachToDisplay(defaultScreenId_); in TurnOnSensorIllumination()
321 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurfaceNode_ != nullptr, ResultCode::GENERAL_ERROR); in TurnOffSensorIllumination()
331 rsSurfaceNode_->DetachToDisplay(defaultScreenId_); in TurnOffSensorIllumination()
/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h65 std::shared_ptr<Rosen::RSSurfaceNode> rsSurfaceNode_ = nullptr; member in OHOS::UserIam::SensorIlluminationTask

Completed in 1 milliseconds