Searched refs:mIgnorePresentFences (Results 1 – 2 of 2) sorted by relevance
491 : mName(name), mIgnorePresentFences(!hasSyncFramework) { in DispSync()547 if (mIgnorePresentFences) { in addPresentFence()618 if (mIgnorePresentFences) { in addResyncSample()803 if (mIgnorePresentFences != ignore) { in setIgnorePresentFences()804 mIgnorePresentFences = ignore; in setIgnorePresentFences()811 StringAppendF(&result, "present fences are %s\n", mIgnorePresentFences ? "ignored" : "used"); in dump()
257 bool mIgnorePresentFences; variable