Searched refs:AddPresentFenceTime (Results 1 – 5 of 5) sorted by relevance
39 virtual bool AddPresentFenceTime(int64_t timestamp) = 0;69 virtual bool AddPresentFenceTime(int64_t timestamp) override;
230 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->AddPresentFenceTime(6), true);248 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->AddPresentFenceTime(SAMPLER_NUMBER + 1), false);
67 vsyncSampler->AddPresentFenceTime(timestamp); in DoSomethingInterestingWithMyAPI()
272 bool VSyncSampler::AddPresentFenceTime(int64_t timestamp) in AddPresentFenceTime() function in OHOS::Rosen::impl::VSyncSampler
494 startSample = sampler_->AddPresentFenceTime(timestamp); in UpdateInfosAfterCommit()