Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTransactionCallbackInvoker.cpp161 mPresentFence = std::move(presentFence); in addPresentFence()
185 transactionStats.presentFence = mPresentFence; in sendCallbacks()
211 if (mPresentFence) { in sendCallbacks()
212 mPresentFence.clear(); in sendCallbacks()
DTransactionCallbackInvoker.h92 sp<Fence> mPresentFence; variable