Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncReactor.cpp65 bool timestampAccepted = true; in addPresentFence() local
73 timestampAccepted &= mTracker.addVsyncTimestamp(time); in addPresentFence()
85 timestampAccepted &= mTracker.addVsyncTimestamp(signalTime); in addPresentFence()
88 if (!timestampAccepted) { in addPresentFence()