/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 80 const sptr<VSyncDistributor>& distributor,
in VSyncConnection() 120 sptr<VSyncDistributor> distributor;
in RequestNextVSync() 214 const sptr<VSyncDistributor> distributor = distributor_.promote();
in SetVSyncRate() 224 const sptr<VSyncDistributor> distributor = distributor_.promote();
in CleanAllLocked() 241 sptr<VSyncDistributor> distributor;
in SetUiDvsyncSwitch() 261 sptr<VSyncDistributor> distributor;
in SetNativeDVSyncSwitch() 281 sptr<VSyncDistributor> distributor;
in SetUiDvsyncConfig() 299 VSyncDistributor::VSyncDistributor(sptr<VSyncController> controller, std::string name)
in VSyncDistributor() function in OHOS::Rosen::VSyncDistributor 318 VSyncDistributor [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 39 class VSyncDistributor;
53 VSyncConnection(const sptr<VSyncDistributor>& distributor, std::string name,
99 wptr<VSyncDistributor> distributor_;
107 class VSyncDistributor : public RefBase, public VSyncController::Callback {
class 110 VSyncDistributor(sptr<VSyncController> controller, std::string name);
111 ~VSyncDistributor();
113 VSyncDistributor(const VSyncDistributor &) = delete;
114 VSyncDistributor &operator=(const VSyncDistributor [all...] |
H A D | vsync_generator.h | 34 class VSyncDistributor;
80 virtual void SetRSDistributor(sptr<VSyncDistributor> &rsVSyncDistributor) = 0;
82 virtual void SetAppDistributor(sptr<VSyncDistributor> &appVSyncDistributor) = 0;
122 void SetRSDistributor(sptr<VSyncDistributor> &rsVSyncDistributor) override;
124 void SetAppDistributor(sptr<VSyncDistributor> &appVSyncDistributor) override;
201 sptr<VSyncDistributor> rsVSyncDistributor_;
204 sptr<VSyncDistributor> appVSyncDistributor_;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncdistributor_fuzzer/ |
H A D | vsyncdistributor_fuzzer.cpp | 69 sptr<Rosen::VSyncDistributor> vsyncDistributor = new Rosen::VSyncDistributor(vsyncController, "Fuzz"); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_connection_test.cpp | 31 static inline sptr<VSyncDistributor> vsyncDistributor = nullptr; 41 vsyncDistributor = new VSyncDistributor(vsyncController, "VSyncConnection"); in SetUpTestCase()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncreceiver_fuzzer/ |
H A D | vsyncreceiver_fuzzer.cpp | 88 sptr<Rosen::VSyncDistributor> vsyncDistributor = new Rosen::VSyncDistributor(vsyncController, "Fuzz"); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service.h | 77 sptr<VSyncDistributor> rsVSyncDistributor_; 78 sptr<VSyncDistributor> appVSyncDistributor_;
|
H A D | rs_vsync_rate_reduce_manager.h | 63 void Init(const sptr<VSyncDistributor>& appVSyncDistributor); 113 sptr<VSyncDistributor> appVSyncDistributor_ = nullptr;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/ |
H A D | vsyncconnection_fuzzer.cpp | 71 sptr<Rosen::VSyncDistributor> vsyncDistributor = new Rosen::VSyncDistributor(vsyncController, "Fuzz"); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_callbackeveryframe_test.cpp | 52 sptr<VSyncDistributor> vsyncDistributor = nullptr; 98 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
|
H A D | vsync_test.cpp | 53 sptr<VSyncDistributor> vsyncDistributor = nullptr; 99 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
|
H A D | vsync_multicallback_test.cpp | 64 sptr<VSyncDistributor> vsyncDistributor = nullptr; 110 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
|
H A D | vsync_setvsyncrate_test.cpp | 54 sptr<VSyncDistributor> vsyncDistributor = nullptr; 100 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
|
H A D | vsync_120to30_test.cpp | 71 sptr<VSyncDistributor> appDistributor = nullptr; 72 sptr<VSyncDistributor> rsDistributor = nullptr; 144 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 145 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_ltpo_test.cpp | 71 sptr<VSyncDistributor> appDistributor = nullptr; 72 sptr<VSyncDistributor> rsDistributor = nullptr; 144 appDistributor = new VSyncDistributor(appController, "app"); in Process1() 145 rsDistributor = new VSyncDistributor(rsController, "rs"); in Process1()
|
H A D | vsync_90to30_test.cpp | 71 sptr<VSyncDistributor> appDistributor = nullptr; 72 sptr<VSyncDistributor> rsDistributor = nullptr; 144 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 145 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_90to60_test.cpp | 71 sptr<VSyncDistributor> appDistributor = nullptr; 72 sptr<VSyncDistributor> rsDistributor = nullptr; 144 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 145 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_30to120_test.cpp | 78 sptr<VSyncDistributor> appDistributor = nullptr; 79 sptr<VSyncDistributor> rsDistributor = nullptr; 151 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 152 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_30to60_test.cpp | 78 sptr<VSyncDistributor> appDistributor = nullptr; 79 sptr<VSyncDistributor> rsDistributor = nullptr; 151 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 152 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_30to90_test.cpp | 78 sptr<VSyncDistributor> appDistributor = nullptr; 79 sptr<VSyncDistributor> rsDistributor = nullptr; 151 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 152 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_60to120_test.cpp | 78 sptr<VSyncDistributor> appDistributor = nullptr; 79 sptr<VSyncDistributor> rsDistributor = nullptr; 151 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 152 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_90to120_test.cpp | 78 sptr<VSyncDistributor> appDistributor = nullptr; 79 sptr<VSyncDistributor> rsDistributor = nullptr; 151 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 152 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_60to90_test.cpp | 78 sptr<VSyncDistributor> appDistributor = nullptr; 79 sptr<VSyncDistributor> rsDistributor = nullptr; 151 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 152 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_60to30_test.cpp | 71 sptr<VSyncDistributor> appDistributor = nullptr; 72 sptr<VSyncDistributor> rsDistributor = nullptr; 144 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 145 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|
H A D | vsync_120to90_test.cpp | 71 sptr<VSyncDistributor> appDistributor = nullptr; 72 sptr<VSyncDistributor> rsDistributor = nullptr; 144 appDistributor = new VSyncDistributor(appController, "appTest"); in Process1() 145 rsDistributor = new VSyncDistributor(rsController, "rsTest"); in Process1()
|