Lines Matching full:fence
104 // setReleaseFence stores a fence that will signal when the current buffer
105 // is no longer being read. This fence will be returned to the producer
108 // union fence.
109 void setReleaseFence(const sp<Fence>& fence);
181 // getCurrentFence returns the fence indicating when the current buffer is
183 sp<Fence> getCurrentFence() const;
298 // current slot's fence to guard against a producer accessing the buffer
335 // mCurrentFence is the fence received from BufferQueue in updateTexImage.
336 sp<Fence> mCurrentFence;