Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp553 bool needsHwVsync = false; in addResyncSample() local
558 needsHwVsync = mVsyncSchedule.controller->addHwVsyncTimestamp(timestamp, hwcVsyncPeriod, in addResyncSample()
563 if (needsHwVsync) { in addResyncSample()