Home
last modified time | relevance | path

Searched refs:AddPresentFenceTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_sampler.h39 virtual bool AddPresentFenceTime(int64_t timestamp) = 0;
69 virtual bool AddPresentFenceTime(int64_t timestamp) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_sampler_test.cpp230 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->AddPresentFenceTime(6), true);
248 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->AddPresentFenceTime(SAMPLER_NUMBER + 1), false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncsampler_fuzzer/
H A Dvsyncsampler_fuzzer.cpp67 vsyncSampler->AddPresentFenceTime(timestamp); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp272 bool VSyncSampler::AddPresentFenceTime(int64_t timestamp) in AddPresentFenceTime() function in OHOS::Rosen::impl::VSyncSampler
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp494 startSample = sampler_->AddPresentFenceTime(timestamp); in UpdateInfosAfterCommit()