Home
last modified time | relevance | path

Searched refs:VSyncDistributor (Results 1 - 25 of 42) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp80 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 Dvsync_distributor.h39 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 Dvsync_generator.h34 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 Dvsyncdistributor_fuzzer.cpp69 sptr<Rosen::VSyncDistributor> vsyncDistributor = new Rosen::VSyncDistributor(vsyncController, "Fuzz"); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_connection_test.cpp31 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 Dvsyncreceiver_fuzzer.cpp88 sptr<Rosen::VSyncDistributor> vsyncDistributor = new Rosen::VSyncDistributor(vsyncController, "Fuzz"); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.h77 sptr<VSyncDistributor> rsVSyncDistributor_;
78 sptr<VSyncDistributor> appVSyncDistributor_;
H A Drs_vsync_rate_reduce_manager.h63 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 Dvsyncconnection_fuzzer.cpp71 sptr<Rosen::VSyncDistributor> vsyncDistributor = new Rosen::VSyncDistributor(vsyncController, "Fuzz"); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_callbackeveryframe_test.cpp52 sptr<VSyncDistributor> vsyncDistributor = nullptr;
98 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
H A Dvsync_test.cpp53 sptr<VSyncDistributor> vsyncDistributor = nullptr;
99 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
H A Dvsync_multicallback_test.cpp64 sptr<VSyncDistributor> vsyncDistributor = nullptr;
110 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
H A Dvsync_setvsyncrate_test.cpp54 sptr<VSyncDistributor> vsyncDistributor = nullptr;
100 vsyncDistributor = new VSyncDistributor(vsyncController, "test"); in Process1()
H A Dvsync_120to30_test.cpp71 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 Dvsync_ltpo_test.cpp71 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 Dvsync_90to30_test.cpp71 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 Dvsync_90to60_test.cpp71 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 Dvsync_30to120_test.cpp78 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 Dvsync_30to60_test.cpp78 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 Dvsync_30to90_test.cpp78 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 Dvsync_60to120_test.cpp78 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 Dvsync_90to120_test.cpp78 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 Dvsync_60to90_test.cpp78 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 Dvsync_60to30_test.cpp71 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 Dvsync_120to90_test.cpp71 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()

Completed in 15 milliseconds

12