Home
last modified time | relevance | path

Searched refs:VSyncConnection (Results 1 - 25 of 33) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_distributor_test.cpp38 vsyncDistributor = new VSyncDistributor(vsyncController, "VSyncConnection"); in SetUpTestCase()
71 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F()
98 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F()
111 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F()
137 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F()
150 sptr<VSyncConnection> con in HWTEST_F()
[all...]
H A Dvsync_connection_test.cpp33 static inline sptr<VSyncConnection> vsyncConnection = nullptr;
41 vsyncDistributor = new VSyncDistributor(vsyncController, "VSyncConnection"); in SetUpTestCase()
42 vsyncConnection = new VSyncConnection(vsyncDistributor, "VSyncConnection"); in SetUpTestCase()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h50 class VSyncConnection : public VSyncConnectionStub { class
53 VSyncConnection(const sptr<VSyncDistributor>& distributor, std::string name,
55 ~VSyncConnection();
87 explicit VSyncConnectionDeathRecipient(wptr<VSyncConnection> conn);
93 wptr<VSyncConnection> conn_;
116 VsyncError AddConnection(const sptr<VSyncConnection>& connection, uint64_t windowNodeId = 0);
117 VsyncError RemoveConnection(const sptr<VSyncConnection> &connection);
121 VsyncError RequestNextVSync(const sptr<VSyncConnection> &connection, const std::string &fromWhom = "unknown",
123 VsyncError SetVSyncRate(int32_t rate, const sptr<VSyncConnection>& connection);
124 VsyncError SetHighPriorityVSyncRate(int32_t highPriorityRate, const sptr<VSyncConnection>
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp51 VSyncConnection::VSyncConnectionDeathRecipient::VSyncConnectionDeathRecipient( in VSyncConnectionDeathRecipient()
52 wptr<VSyncConnection> conn) : conn_(conn) in VSyncConnectionDeathRecipient()
56 void VSyncConnection::VSyncConnectionDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& token) in OnRemoteDied()
65 VLOGW("%{public}s: VSyncConnection was dead, do nothing.", __func__); in OnRemoteDied()
79 VSyncConnection::VSyncConnection( in VSyncConnection() function in OHOS::Rosen::VSyncConnection
105 VSyncConnection::~VSyncConnection() in ~VSyncConnection()
112 VsyncError VSyncConnection::RequestNextVSync() in RequestNextVSync()
118 VsyncError VSyncConnection
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncdistributor_fuzzer/
H A Dvsyncdistributor_fuzzer.cpp70 sptr<Rosen::VSyncConnection> conn = new Rosen::VSyncConnection(vsyncDistributor, "Fuzz"); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncreceiver_fuzzer/
H A Dvsyncreceiver_fuzzer.cpp89 sptr<Rosen::VSyncConnection> vsyncConnection = new Rosen::VSyncConnection(vsyncDistributor, "Fuzz"); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/
H A Dvsyncconnection_fuzzer.cpp72 sptr<Rosen::VSyncConnection> vsyncConnection = new Rosen::VSyncConnection(vsyncDistributor, "Fuzz"); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_callbackeveryframe_test.cpp53 sptr<VSyncConnection> vsyncConnection = nullptr;
99 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
H A Dvsync_test.cpp54 sptr<VSyncConnection> vsyncConnection = nullptr;
100 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
H A Dvsync_multicallback_test.cpp65 sptr<VSyncConnection> vsyncConnection = nullptr;
111 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
H A Dvsync_setvsyncrate_test.cpp55 sptr<VSyncConnection> vsyncConnection = nullptr;
101 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
H A Dvsync_120to30_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_ltpo_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "app", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rs", nullptr, 2); // id:2 in Process1()
H A Dvsync_90to30_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_90to60_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_30to120_test.cpp153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_30to60_test.cpp153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_30to90_test.cpp153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_60to120_test.cpp153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_90to120_test.cpp153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_60to90_test.cpp153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_60to30_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_120to90_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
H A Dvsync_120to60_test.cpp146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1()
147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp38 sptr<VSyncConnection> vsyncConnection = new VSyncConnection(vsyncDistributor, "DrawingSample"); in Run()

Completed in 15 milliseconds

12