Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDispSync.cpp325 mPresentFences[mPresentSampleOffset] = fence; in addPresentFence()
331 const sp<Fence>& f(mPresentFences[i]); in addPresentFence()
335 mPresentFences[i].clear(); in addPresentFence()
499 mPresentFences[i].clear(); in resetErrorLocked()
544 bool signaled = mPresentFences[idx] == NULL; in dump()
DDispSync.h167 sp<Fence> mPresentFences[NUM_PRESENT_SAMPLES]; variable