Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h66 std::shared_ptr<Rosen::RSSurface> rsSurface_ = nullptr; member in OHOS::UserIam::SensorIlluminationTask
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp207 rsSurface_ = rsSurface; in EnableSensorIllumination()
232 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurface_ != nullptr, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()
255 auto surfaceFrame = rsSurface_->RequestFrame(canvasParam_.frameWidth, canvasParam_.frameHeight); in DrawSurfaceNode()
265 rsSurface_->FlushFrame(surfaceFrame); in DrawSurfaceNode()

Completed in 2 milliseconds