Searched refs:getPeriod (Results 1 – 9 of 9) sorted by relevance
55 virtual nsecs_t getPeriod() = 0;139 nsecs_t getPeriod() override;
72 const nsecs_t period = mDispSync->getPeriod(); in setPhaseOffset()
220 stats->vsyncPeriod = mPrimaryDispSync->getPeriod(); in getDisplayStatInfo()
658 nsecs_t DispSync::getPeriod() { in getPeriod() function in android::impl::DispSync
67 nsecs_t getPeriod() const;
37 MOCK_METHOD0(getPeriod, nsecs_t());
136 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()