Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDispSync.h137 enum { MAX_RESYNC_SAMPLES_WITHOUT_PRESENT = 4 }; enumerator
DDispSync.cpp467 if (mNumResyncSamplesSincePresent++ > MAX_RESYNC_SAMPLES_WITHOUT_PRESENT) { in addResyncSample()
661 mNumResyncSamplesSincePresent, MAX_RESYNC_SAMPLES_WITHOUT_PRESENT); in dump()