Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp170 auto rsSurfaceNode = RSSurfaceNode::Create(config, RSSurfaceNodeType::SELF_DRAWING_WINDOW_NODE); in EnableSensorIllumination() local
171 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurfaceNode != nullptr, ResultCode::GENERAL_ERROR); in EnableSensorIllumination()
178 rsSurfaceNode->SetBounds(0, 0, width, height); in EnableSensorIllumination()
179 rsSurfaceNode->SetFingerprint(true); in EnableSensorIllumination()
181 std::shared_ptr<RSSurface> rsSurface = RSSurfaceExtractor::ExtractRSSurface(rsSurfaceNode); in EnableSensorIllumination()
206 rsSurfaceNode_ = rsSurfaceNode; in EnableSensorIllumination()

Completed in 1 milliseconds