Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_sampler_test.cpp65 * CaseDescription: 1. call AddSample
69 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->AddSample(0), true); in HWTEST_F()
78 * CaseDescription: 1. call AddSample
84 ret = VSyncSamplerTest::vsyncSampler->AddSample(i); in HWTEST_F()
101 ret = VSyncSamplerTest::vsyncSampler->AddSample(i); in HWTEST_F()
106 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->AddSample(6), true); in HWTEST_F()
133 ret = VSyncSamplerTest::vsyncSampler->AddSample(i); in HWTEST_F()
149 VSyncSamplerTest::vsyncSampler->AddSample(0); in HWTEST_F()
165 ret = VSyncSamplerTest::vsyncSampler->AddSample(i); in HWTEST_F()
195 ret = VSyncSamplerTest::vsyncSampler->AddSample( in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_sample_test.cpp59 bool keepSampling = vsyncSampler->AddSample(GetHardwareVsyncTimestamp(30)); in HWTEST_F()
80 bool keepSampling = vsyncSampler->AddSample(GetHardwareVsyncTimestamp(60)); in HWTEST_F()
101 bool keepSampling = vsyncSampler->AddSample(GetHardwareVsyncTimestamp(90)); in HWTEST_F()
122 bool keepSampling = vsyncSampler->AddSample(GetHardwareVsyncTimestamp(120)); in HWTEST_F()
H A Dvsync_callbackeveryframe_test.cpp92 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_test.cpp93 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_multicallback_test.cpp104 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_setvsyncrate_test.cpp94 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_120to30_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_ltpo_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_90to30_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_90to60_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_30to120_test.cpp142 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_30to60_test.cpp142 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_30to90_test.cpp142 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_60to120_test.cpp142 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_90to120_test.cpp142 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_60to90_test.cpp142 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_60to30_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_120to90_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
H A Dvsync_120to60_test.cpp135 vsyncSampler->AddSample(timestamp); in Process1()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_sampler.h35 virtual bool AddSample(int64_t timestamp) = 0;
64 virtual bool AddSample(int64_t timestamp) override;
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncsampler_fuzzer/
H A Dvsyncsampler_fuzzer.cpp66 vsyncSampler->AddSample(timestamp); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp65 bool enable = sampler->AddSample(ns); in OnVsync()
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp281 AddSample(&outputEvent_, &event); in ConsumeSamples()
293 void EventResample::AddSample(MotionEvent* outEvent, const MotionEvent* event) in AddSample() function in OHOS::MMI::EventResample
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h252 void AddSample(MotionEvent* outEvent, const MotionEvent* event);
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp133 bool VSyncSampler::AddSample(int64_t timeStamp) in AddSample() function in OHOS::Rosen::impl::VSyncSampler

Completed in 17 milliseconds