Home
last modified time | relevance | path

Searched refs:InSertCaptureTask (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/offscreen_render/
H A Drs_offscreen_render_thread.h33 void InSertCaptureTask(NodeId nodeId, std::function<void()>& task);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/offscreen_render/
H A Drs_offscreen_render_thread.cpp75 void RSOffscreenRenderThread::InSertCaptureTask(NodeId nodeId, std::function<void()>& task) in InSertCaptureTask() function in OHOS::Rosen::RSOffscreenRenderThread
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/offscreen_render/
H A Drs_offscreen_render_thread_test.cpp78 RSOffscreenRenderThread::Instance().InSertCaptureTask(1, taskTwo);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp916 RSOffscreenRenderThread::Instance().InSertCaptureTask(id, offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()