Home
last modified time | relevance | path

Searched refs:appVSyncDistributor_ (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vsync_rate_reduce_manager.cpp251 appVSyncDistributor_->SetQosVSyncRate(iterCur->first, iterCur->second, isSystemAnimatedScenes_); in NotifyVRates()
261 appVSyncDistributor_->SetQosVSyncRate(nodeId, rate, isSystemAnimatedScenes_); in NotifyVRates()
445 auto notifyVsyncFunc = [distributor = appVSyncDistributor_] (NodeId nodeId, RSVisibleLevel level) { in NotifyVSyncRates()
487 appVSyncDistributor_ = appVSyncDistributor; in Init()
505 vRateConditionQualified_ = rsRefreshRate > 0 && appVSyncDistributor_ != nullptr; in ResetFrameValues()
H A Drs_render_service.h78 sptr<VSyncDistributor> appVSyncDistributor_; member in OHOS::Rosen::RSRenderService
H A Drs_vsync_rate_reduce_manager.h113 sptr<VSyncDistributor> appVSyncDistributor_ = nullptr; member in OHOS::Rosen::RSVsyncRateReduceManager
H A Drs_render_service.cpp117 appVSyncDistributor_ = new VSyncDistributor(appVSyncController_, "app"); in Init()
120 generator->SetAppDistributor(appVSyncDistributor_); in Init()
130 mainThread_->SetAppVSyncDistributor(appVSyncDistributor_); in Init()
204 new RSRenderServiceConnection(remotePid, this, mainThread_, screenManager_, tokenObj, appVSyncDistributor_)); in CreateConnection()
H A Drs_main_thread.h264 appVSyncDistributor_ = appVSyncDistributor; in SetAppVSyncDistributor()
555 sptr<VSyncDistributor> appVSyncDistributor_ = nullptr; member in OHOS::Rosen::RSMainThread
H A Drs_render_service_connection.h353 sptr<VSyncDistributor> appVSyncDistributor_; member in OHOS::Rosen::RSRenderServiceConnection
H A Drs_render_service_connection.cpp91 appVSyncDistributor_(distributor) in RSRenderServiceConnection()
430 sptr<VSyncConnection> conn = new VSyncConnection(appVSyncDistributor_, name, token->AsObject(), 0, windowNodeId); in CreateVSyncConnection()
444 auto ret = appVSyncDistributor_->AddConnection(conn, windowNodeId); in CreateVSyncConnection()
H A Drs_main_thread.cpp521 rsVsyncRateReduceManager_.Init(appVSyncDistributor_); in Init()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_main_thread_unit_test.cpp2637 if (mainThread->appVSyncDistributor_ == nullptr) { in HWTEST_F()
2640 mainThread->appVSyncDistributor_ = new VSyncDistributor(vsyncController, "WMVSyncConnection"); in HWTEST_F()
2642 auto& vsyncDistributor = mainThread->appVSyncDistributor_; in HWTEST_F()
2668 if (mainThread->appVSyncDistributor_ == nullptr) { in HWTEST_F()
2671 mainThread->appVSyncDistributor_ = new VSyncDistributor(vsyncController, "WMVSyncConnection"); in HWTEST_F()
2673 auto& vsyncDistributor = mainThread->appVSyncDistributor_; in HWTEST_F()
2699 if (mainThread->appVSyncDistributor_ == nullptr) { in HWTEST_F()
2702 mainThread->appVSyncDistributor_ = new VSyncDistributor(vsyncController, "WMVSyncConnection"); in HWTEST_F()
2704 auto& vsyncDistributor = mainThread->appVSyncDistributor_; in HWTEST_F()
2730 if (mainThread->appVSyncDistributor_ in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2641 if (mainThread->appVSyncDistributor_ == nullptr) { in HWTEST_F()
2644 mainThread->appVSyncDistributor_ = new VSyncDistributor(vsyncController, "WMVSyncConnection"); in HWTEST_F()
2646 auto& vsyncDistributor = mainThread->appVSyncDistributor_; in HWTEST_F()
2672 if (mainThread->appVSyncDistributor_ == nullptr) { in HWTEST_F()
2675 mainThread->appVSyncDistributor_ = new VSyncDistributor(vsyncController, "WMVSyncConnection"); in HWTEST_F()
2677 auto& vsyncDistributor = mainThread->appVSyncDistributor_; in HWTEST_F()
2703 if (mainThread->appVSyncDistributor_ == nullptr) { in HWTEST_F()
2706 mainThread->appVSyncDistributor_ = new VSyncDistributor(vsyncController, "WMVSyncConnection"); in HWTEST_F()
2708 auto& vsyncDistributor = mainThread->appVSyncDistributor_; in HWTEST_F()
2734 if (mainThread->appVSyncDistributor_ in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp216 if (appVSyncDistributor_ != nullptr) { in ThreadLoop()
217 appVSyncDistributor_->RecordVsyncModeChange(currRefreshRate_, period_); in ThreadLoop()
814 appVSyncDistributor_ = appVSyncDistributor; in SetAppDistributor()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h204 sptr<VSyncDistributor> appVSyncDistributor_; member in OHOS::Rosen::impl::VSyncGenerator
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp306 g_renderService->screenManager_, tokenObj, g_renderService->appVSyncDistributor_)); in CreateMockConnection()

Completed in 27 milliseconds