Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h718 bool IsNotifyRTBufferAvailablePre() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp178 if (!node.IsNotifyRTBufferAvailablePre() && node.IsNotifyRTBufferAvailable()) { in PrepareSurfaceRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp345 EXPECT_TRUE(node.IsNotifyRTBufferAvailablePre());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1344 bool RSSurfaceRenderNode::IsNotifyRTBufferAvailablePre() const in IsNotifyRTBufferAvailablePre() function in OHOS::Rosen::RSSurfaceRenderNode