Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h862 bool frameIsEarly(TimePoint expectedPresentTime, VsyncId) const;
DSurfaceFlinger.cpp4866 if (transaction.isAutoTimestamp && frameIsEarly(expectedPresentTime, vsyncId)) { in transactionReadyTimelineCheck()
5127 bool SurfaceFlinger::frameIsEarly(TimePoint expectedPresentTime, VsyncId vsyncId) const { in frameIsEarly() function in android::SurfaceFlinger