/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_display_soloist.cpp | 91 RequestNextVSync(); in VsyncCallbackInner() 115 void RSDisplaySoloist::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSDisplaySoloist 391 void RSDisplaySoloistManager::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSDisplaySoloistManager 455 displaySoloist->RequestNextVSync(); in DispatchSoloistCallback() 488 RequestNextVSync(); in DispatchSoloistCallback() 504 idToSoloistMap_[id]->RequestNextVSync(); in Start() 506 RequestNextVSync(); in Start() 519 idToSoloistMap_[id]->RequestNextVSync(); in Stop() 521 RequestNextVSync(); in Stop() 533 RequestNextVSync(); in RemoveSoloist() [all …]
|
H A D | rs_ui_display_soloist.h | 75 void RequestNextVSync(); 133 void RequestNextVSync();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.cpp | 172 RSRenderThread::Instance().RequestNextVSync(); in RSRenderThread() 247 RSRenderThread::Instance().RequestNextVSync(); in RecvTransactionData() 250 void RSRenderThread::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSRenderThread 261 receiver_->RequestNextVSync(fcb); in RequestNextVSync() 343 RSRenderThread::Instance().RequestNextVSync(); in RenderLoop() 348 RSRenderThread::Instance().RequestNextVSync(); in RenderLoop() 355 FrameCollector::GetInstance().SetRepaintCallback([this]() { this->RequestNextVSync(); }); in RenderLoop() 361 RequestNextVSync(); in RenderLoop() 506 RSRenderThread::Instance().RequestNextVSync(); in Animate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 241 VsyncError VSyncReceiver::RequestNextVSync(FrameCallback callback) in RequestNextVSync() function in OHOS::Rosen::VSyncReceiver 243 return RequestNextVSync(callback, "unknown", 0); in RequestNextVSync() 246 VsyncError VSyncReceiver::RequestNextVSync(FrameCallback callback, const std::string &fromWhom, int… in RequestNextVSync() function in OHOS::Rosen::VSyncReceiver 257 OHOS::Rosen::RsFrameReportExt::GetInstance().RequestNextVSync(); in RequestNextVSync() 259 return connection_->RequestNextVSync(fromWhom, lastVSyncTS); in RequestNextVSync() 273 OHOS::Rosen::RsFrameReportExt::GetInstance().RequestNextVSync(); in RequestNextVSyncWithMultiCallback() 275 return connection_->RequestNextVSync(); in RequestNextVSyncWithMultiCallback()
|
H A D | vsync_connection_proxy.cpp | 27 VsyncError VSyncConnectionProxy::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::VSyncConnectionProxy 29 return RequestNextVSync("unknown", 0); in RequestNextVSync() 32 VsyncError VSyncConnectionProxy::RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) in RequestNextVSync() function in OHOS::Rosen::VSyncConnectionProxy
|
H A D | vsync_connection_stub.cpp | 39 RequestNextVSync(); in OnRemoteRequest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_connection_test.cpp | 63 …ASSERT_EQ(VSyncConnectionTest::vsyncConnection->RequestNextVSync(), VSYNC_ERROR_INVALID_ARGUMENTS); 76 ASSERT_EQ(VSyncConnectionTest::vsyncConnection->RequestNextVSync(), VSYNC_ERROR_OK); 89 …ASSERT_EQ(VSyncConnectionTest::vsyncConnection->RequestNextVSync("unknown", 0), VSYNC_ERROR_INVALI…
|
H A D | vsync_receiver_test.cpp | 88 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSync(fcb), VSYNC_ERROR_NOT_INIT); 172 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK); 190 … ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSync(fcb, "unknown", 0), VSYNC_ERROR_OK); 244 ASSERT_EQ(rsReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK); 277 ASSERT_EQ(rsReceiver->RequestNextVSync(fcb), VSYNC_ERROR_OK);
|
H A D | vsync_distributor_test.cpp | 124 … ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->RequestNextVSync(nullptr), VSYNC_ERROR_NULLPTR); 137 …ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->RequestNextVSync(conn), VSYNC_ERROR_INVALID_ARGU… 151 ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->RequestNextVSync(conn), VSYNC_ERROR_OK); 165 …ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->RequestNextVSync(conn, "unknown", 0), VSYNC_ERRO…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_ltpo_test.cpp | 389 receiverApp->RequestNextVSync(fcbApp); in Process2() 390 receiverRs->RequestNextVSync(fcbRs); in Process2() 404 receiverApp->RequestNextVSync(fcbApp); in Process2() 405 receiverRs->RequestNextVSync(fcbRs); in Process2() 419 receiverApp->RequestNextVSync(fcbApp); in Process2() 420 receiverRs->RequestNextVSync(fcbRs); in Process2() 434 receiverApp->RequestNextVSync(fcbApp); in Process2() 435 receiverRs->RequestNextVSync(fcbRs); in Process2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | ivsync_connection.h | 26 virtual VsyncError RequestNextVSync() = 0; 27 virtual VsyncError RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) = 0;
|
H A D | vsync_connection_proxy.h | 31 virtual VsyncError RequestNextVSync() override; 32 virtual VsyncError RequestNextVSync(const std::string& fromWhom, int64_t lastVSyncTS) override;
|
H A D | vsync_distributor.h | 57 virtual VsyncError RequestNextVSync() override; 58 virtual VsyncError RequestNextVSync(const std::string &fromWhom, int64_t lastVSyncTS) override; 122 …VsyncError RequestNextVSync(const sptr<VSyncConnection> &connection, const std::string &fromWhom =…
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | frame_ui_intf.cpp | 213 void FrameUiIntf::RequestNextVSync() const in RequestNextVSync() function in OHOS::RME::FrameUiIntf 363 extern "C" void RequestNextVSync() in RequestNextVSync() function 365 FrameUiIntf::GetInstance().RequestNextVSync(); in RequestNextVSync()
|
H A D | frame_ui_intf.h | 56 void RequestNextVSync() const;
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 146 virtual VsyncError RequestNextVSync(FrameCallback callback); 160 virtual VsyncError RequestNextVSync(FrameCallback callback, const std::string &fromWhom, 192 virtual VsyncError RequestNextVSync(FrameCallback callback) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_buffer_callback_manager.cpp | 163 void RSSurfaceBufferCallbackManager::RequestNextVSync() in RequestNextVSync() function in OHOS::Rosen::RSSurfaceBufferCallbackManager 190 RequestNextVSync(); in OnFinish() 266 RequestNextVSync(); in RunSurfaceBufferCallback() 340 RequestNextVSync(); in RunSurfaceBufferSubCallbackForVulkan()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_listener.cpp | 68 RSMainThread::Instance()->RequestNextVSync(); in OnBufferAvailable() 85 RSMainThread::Instance()->RequestNextVSync(); in OnTunnelHandleChange()
|
H A D | rs_unmarshal_thread.cpp | 118 RSMainThread::Instance()->RequestNextVSync(); in RecvParcel() 131 RSMainThread::Instance()->RequestNextVSync(); in RecvParcel()
|
H A D | rs_main_thread.cpp | 1090 RequestNextVSync(); in RequestNextVsyncForCachedCommand() 1097 RequestNextVSync(); in RequestNextVsyncForCachedCommand() 1328 RequestNextVSync(); in ProcessAllSyncTransactionData() 1454 RequestNextVSync(); in ConsumeAndUpdateAllNodes() 1904 RequestNextVSync(); in AddUiCaptureTask() 2906 RequestNextVSync(); in UpdateAceDebugBoundaryEnabled() 2988 RequestNextVSync(); in RecvRSTransactionData() 3582 RequestNextVSync(); in ForceRefreshForUni() 3867 RequestNextVSync(); in ShowWatermark() 4108 RequestNextVSync(); in SetCurtainScreenUsingStatus() [all …]
|
H A D | rs_realtime_refresh_rate_manager.cpp | 77 RSMainThread::Instance()->RequestNextVSync(); in SetShowRefreshRateEnabled()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 86 receiver_->RequestNextVSync(frameCallback_); in FormRenderWindow() 112 receiver_->RequestNextVSync(frameCallback_); in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/ |
H A D | rs_frame_report_ext.h | 35 void RequestNextVSync();
|
/ohos5.0/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/test/unittest/ |
H A D | rs_frame_report_ext_test.cpp | 70 OHOS::Rosen::RsFrameReportExt::GetInstance().RequestNextVSync();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_vsync_client_ohos.cpp | 54 receiver_->RequestNextVSync(fcb); in RequestNextVsync()
|