Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDispSync.h34 static const bool kIgnorePresentFences = true; variable
36 static const bool kIgnorePresentFences = false;
DDispSync.cpp305 if (!kIgnorePresentFences) { in DispSync()
370 if (kIgnorePresentFences) { in addResyncSample()
513 kIgnorePresentFences ? "ignored" : "used"); in dump()
DSurfaceFlinger.cpp939 if (kIgnorePresentFences) { in postComposition()