Home
last modified time | relevance | path

Searched refs:GetPhase (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_sampler.h37 virtual int64_t GetPhase() const = 0;
67 virtual int64_t GetPhase() const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_sampler_test.cpp138 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->GetPhase(), 0);
156 ASSERT_EQ(VSyncSamplerTest::vsyncSampler->GetPhase(), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp324 int64_t VSyncSampler::GetPhase() const in GetPhase() function in OHOS::Rosen::impl::VSyncSampler