Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.cpp66 bool timestampAccepted = true; in addPresentFence() local
74 timestampAccepted &= mTracker.addVsyncTimestamp(time); in addPresentFence()
86 timestampAccepted &= mTracker.addVsyncTimestamp(signalTime); in addPresentFence()
89 if (!timestampAccepted) { in addPresentFence()