Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:fence

41 class Fence;
50 // The model is validated using timestamps from Fence objects that are passed
51 // to the DispSync object via the addPresentFence method. These fence
73 // addPresentFence adds a fence for use in validating the current vsync
74 // event model. The fence need not be signaled at the time
75 // addPresentFence is called. When the fence does signal, its timestamp
80 // This method should be called with the retire fence from each HWComposer
82 bool addPresentFence(const sp<Fence>& fence);
167 sp<Fence> mPresentFences[NUM_PRESENT_SAMPLES];