Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_render_service_listener_test.cpp113 ASSERT_EQ(node->IsNotifyUIBufferAvailable(), true);
117 ASSERT_EQ(node->IsNotifyUIBufferAvailable(), true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp52 if (!node->IsNotifyUIBufferAvailable()) { in OnBufferAvailable()
79 if (!node->IsNotifyUIBufferAvailable()) { in OnTunnelHandleChange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp542 …if ((IsAppWindow() || IsScbScreen()) && !IsNotifyUIBufferAvailable() && IsFirstFrameReadyToDraw(*t… in QuickPrepare()
1315 GetId(), IsNotifyUIBufferAvailable(), IsWaitUifirstFirstFrame()); in NotifyUIBufferAvailable()
1353 bool RSSurfaceRenderNode::IsNotifyUIBufferAvailable() const in IsNotifyUIBufferAvailable() function in OHOS::Rosen::RSSurfaceRenderNode
1394 !this->IsNotifyUIBufferAvailable()) { in IsSurfaceInStartingWindowStage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h721 bool IsNotifyUIBufferAvailable() const;