Searched refs:mPresentFence (Results 1 – 2 of 2) sorted by relevance
161 mPresentFence = std::move(presentFence); in addPresentFence()185 transactionStats.presentFence = mPresentFence; in sendCallbacks()211 if (mPresentFence) { in sendCallbacks()212 mPresentFence.clear(); in sendCallbacks()
92 sp<Fence> mPresentFence; variable