Searched refs:hwcVsyncPeriod (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncReactor.h | 54 bool addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, 71 bool periodConfirmed(nsecs_t vsync_timestamp, std::optional<nsecs_t> hwcVsyncPeriod)
|
D | DispSync.h | 52 virtual bool addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, 129 bool addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
|
D | VSyncReactor.cpp | 300 bool VSyncReactor::addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addResyncSample() argument 305 if (periodConfirmed(timestamp, hwcVsyncPeriod)) { in addResyncSample()
|
D | Scheduler.h | 127 void addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
|
D | Scheduler.cpp | 378 void Scheduler::addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addResyncSample() argument 386 mPrimaryDispSync->addResyncSample(timestamp, hwcVsyncPeriod, periodFlushed); in addResyncSample()
|