Home
last modified time | relevance | path

Searched defs:currentPeriod (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp124 nsecs_t VSyncPredictor::currentPeriod() const { in currentPeriod() function in android::scheduler::VSyncPredictor
211 auto const currentPeriod = in addVsyncTimestamp() local
473 const auto currentPeriod = mRateMap.find(idealPeriod())->second.slope; in ensureMinFrameDurationIsKept() local
519 const auto currentPeriod = mRateMap.find(idealPeriod())->second.slope; in onFrameBegin() local
554 const auto currentPeriod = mRateMap.find(idealPeriod())->second.slope; in onFrameMissed() local
DVSyncDispatchTimerQueue.cpp154 const nsecs_t currentPeriod = tracker.currentPeriod(); in adjustVsyncIfNeeded() local
DScheduler.cpp329 const Period currentPeriod = period != Period::zero() ? period : refreshRate.getPeriod(); in getVsyncPeriod() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp44 nsecs_t currentPeriod() const final { in currentPeriod() function in android::scheduler::StubTracker
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java16628 final Pair<LocalDate, LocalDate> currentPeriod = policy.getCurrentFreezePeriod(now); in updateSystemUpdateFreezePeriodsRecord() local