Home
last modified time | relevance | path

Searched refs:CheckMatchAndWaitNotify (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h316 static bool CheckMatchAndWaitNotify(const RSRenderParams& params, bool checkMatch = true);
H A Drs_ui_capture_task_parallel.cpp202 if (!RSUiFirstProcessStateCheckerHelper::CheckMatchAndWaitNotify(*nodeParams, false)) { in Run()
H A Drs_surface_capture_task_parallel.cpp212 if (!RSUiFirstProcessStateCheckerHelper::CheckMatchAndWaitNotify(*curNodeParams, false)) { in Run()
H A Drs_uifirst_manager.cpp1472 bool RSUiFirstProcessStateCheckerHelper::CheckMatchAndWaitNotify(const RSRenderParams& params, bool… in CheckMatchAndWaitNotify() function in OHOS::Rosen::RSUiFirstProcessStateCheckerHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp375 if (!RSUiFirstProcessStateCheckerHelper::CheckMatchAndWaitNotify(*surfaceParams)) { in OnDraw()
728 …if (!RSUiFirstProcessStateCheckerHelper::CheckMatchAndWaitNotify(surfaceParams, useNodeMatchOptimi… in CaptureSurface()