Searched refs:getPeriod (Results 1 – 9 of 9) sorted by relevance
55 virtual nsecs_t getPeriod() = 0;137 nsecs_t getPeriod() override;
69 auto period = mDispSync->getPeriod(); in setPhaseOffset()
205 stats->vsyncPeriod = mPrimaryDispSync->getPeriod(); in getDisplayStatInfo()
652 nsecs_t DispSync::getPeriod() { in getPeriod() function in android::impl::DispSync
37 MOCK_METHOD0(getPeriod, nsecs_t());
67 nsecs_t getPeriod() const;
134 EXPECT_CALL(*mDispSync, getPeriod()).Times(1).WillOnce(Return(16666666)); in TEST_F()
99 EXPECT_CALL(*mPrimaryDispSync, getPeriod()) in CompositionTest()
321 nsecs_t VideoFrameSchedulerBase::PLL::getPeriod() const { in getPeriod() function in android::VideoFrameSchedulerBase::PLL361 nsecs_t videoPeriod = mPll.getPeriod(); in getFrameRate()