Home
last modified time | relevance | path

Searched refs:getPeriod (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.cpp255 if (!mSupportKernelIdleTimer && period == getPeriod()) { in setPeriod()
262 nsecs_t VSyncReactor::getPeriod() { in getPeriod() function in android::scheduler::VSyncReactor
282 mPeriodTransitioningTo && (*mPeriodTransitioningTo != getPeriod()); in periodConfirmed()
288 auto const period = mPeriodTransitioningTo ? *mPeriodTransitioningTo : getPeriod(); in periodConfirmed()
DDispSync.h56 virtual nsecs_t getPeriod() = 0;
139 nsecs_t getPeriod() override;
DDispSyncSource.cpp72 const nsecs_t period = mDispSync->getPeriod(); in setPhaseOffset()
DVSyncReactor.h50 nsecs_t getPeriod() final;
DScheduler.cpp282 stats->vsyncPeriod = mPrimaryDispSync->getPeriod(); in getDisplayStatInfo()
DDispSync.cpp671 nsecs_t DispSync::getPeriod() { in getPeriod() function in android::impl::DispSync
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameSchedulerBase.h67 nsecs_t getPeriod() const;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockDispSync.h37 MOCK_METHOD0(getPeriod, nsecs_t());
/frameworks/native/services/surfaceflinger/tests/unittests/
DDispSyncSourceTest.cpp134 EXPECT_CALL(*mDispSync, getPeriod()).Times(1).WillOnce(Return(16666666)); in TEST_F()
DRefreshRateSelectionTest.cpp146 EXPECT_CALL(*primaryDispSync, getPeriod()) in setupScheduler()
DTransactionApplicationTest.cpp80 EXPECT_CALL(*mPrimaryDispSync, getPeriod()) in setupScheduler()
DVSyncReactorTest.cpp299 TEST_F(VSyncReactorTest, getPeriod) { in TEST_F() argument
302 EXPECT_THAT(mReactor.getPeriod(), Eq(fakePeriod)); in TEST_F()
DSetFrameRateTest.cpp182 EXPECT_CALL(*primaryDispSync, getPeriod()) in setupScheduler()
DCompositionTest.cpp148 EXPECT_CALL(*primaryDispSync, getPeriod()) in setupScheduler()
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp321 nsecs_t VideoFrameSchedulerBase::PLL::getPeriod() const { in getPeriod() function in android::VideoFrameSchedulerBase::PLL
361 nsecs_t videoPeriod = mPll.getPeriod(); in getFrameRate()