Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTransactionCallbackInvoker.cpp182 mPresentFence = presentFence; in addPresentFence()
206 transactionStats.presentFence = mPresentFence; in sendCallbacks()
232 if (mPresentFence) { in sendCallbacks()
233 mPresentFence.clear(); in sendCallbacks()
DTransactionCallbackInvoker.h92 sp<Fence> mPresentFence; variable