/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vsync_rate_reduce_manager.cpp | 251 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 D | rs_render_service.h | 78 sptr<VSyncDistributor> appVSyncDistributor_; member in OHOS::Rosen::RSRenderService
|
H A D | rs_vsync_rate_reduce_manager.h | 113 sptr<VSyncDistributor> appVSyncDistributor_ = nullptr; member in OHOS::Rosen::RSVsyncRateReduceManager
|
H A D | rs_render_service.cpp | 117 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 D | rs_main_thread.h | 264 appVSyncDistributor_ = appVSyncDistributor; in SetAppVSyncDistributor() 555 sptr<VSyncDistributor> appVSyncDistributor_ = nullptr; member in OHOS::Rosen::RSMainThread
|
H A D | rs_render_service_connection.h | 353 sptr<VSyncDistributor> appVSyncDistributor_; member in OHOS::Rosen::RSRenderServiceConnection
|
H A D | rs_render_service_connection.cpp | 91 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 D | rs_main_thread.cpp | 521 rsVsyncRateReduceManager_.Init(appVSyncDistributor_); in Init()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_main_thread_unit_test.cpp | 2637 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 D | rs_main_thread_test.cpp | 2641 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 D | vsync_generator.cpp | 216 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 D | vsync_generator.h | 204 sptr<VSyncDistributor> appVSyncDistributor_;
member in OHOS::Rosen::impl::VSyncGenerator
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 306 g_renderService->screenManager_, tokenObj, g_renderService->appVSyncDistributor_)); in CreateMockConnection()
|