Searched refs:addPresentFence (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDispSync.h51 // to the DispSync object via the addPresentFence method. These fence
73 // addPresentFence adds a fence for use in validating the current vsync
75 // addPresentFence is called. When the fence does signal, its timestamp
82 bool addPresentFence(const sp<Fence>& fence);
93 // addPresentFence returns true indicating that the model has drifted away
H A DDispSync.cpp322 bool DispSync::addPresentFence(const sp<Fence>& fence) { function in class:android::DispSync
372 // addPresentFence called. This means we have no way to know whether
H A DSurfaceFlinger.cpp946 if (mPrimaryDispSync.addPresentFence(presentFence)) {

Completed in 355 milliseconds