Home
last modified time | relevance | path

Searched refs:hwcVsyncPeriod (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.h54 bool addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
71 bool periodConfirmed(nsecs_t vsync_timestamp, std::optional<nsecs_t> hwcVsyncPeriod)
DDispSync.h52 virtual bool addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
129 bool addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
DVSyncReactor.cpp300 bool VSyncReactor::addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addResyncSample() argument
305 if (periodConfirmed(timestamp, hwcVsyncPeriod)) { in addResyncSample()
DScheduler.h127 void addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
DScheduler.cpp378 void Scheduler::addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addResyncSample() argument
386 mPrimaryDispSync->addResyncSample(timestamp, hwcVsyncPeriod, periodFlushed); in addResyncSample()