Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.cpp482 mIgnorePresentFences = !hasSyncFramework; in init()
528 if (mIgnorePresentFences) { in addPresentFence()
598 if (mIgnorePresentFences) { in addResyncSample()
798 if (mIgnorePresentFences != ignore) { in setIgnorePresentFences()
799 mIgnorePresentFences = ignore; in setIgnorePresentFences()
806 StringAppendF(&result, "present fences are %s\n", mIgnorePresentFences ? "ignored" : "used"); in dump()
DDispSync.h269 bool mIgnorePresentFences; variable