Searched refs:hwcVsyncPeriod (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VSyncReactor.h | 45 bool addHwVsyncTimestamp(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, 55 bool periodConfirmed(nsecs_t vsync_timestamp, std::optional<nsecs_t> hwcVsyncPeriod)
|
H A D | VSyncReactor.cpp | 171 bool VSyncReactor::addHwVsyncTimestamp(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addHwVsyncTimestamp() argument 176 if (periodConfirmed(timestamp, hwcVsyncPeriod)) { in addHwVsyncTimestamp()
|
H A D | VsyncController.h | 59 virtual bool addHwVsyncTimestamp(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
|
H A D | Scheduler.h | 121 void addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod,
|
H A D | Scheduler.cpp | 551 void Scheduler::addResyncSample(nsecs_t timestamp, std::optional<nsecs_t> hwcVsyncPeriod, in addResyncSample() argument 558 needsHwVsync = mVsyncSchedule.controller->addHwVsyncTimestamp(timestamp, hwcVsyncPeriod, in addResyncSample()
|