Lines Matching refs:Fence
50 class Fence; variable
126 sp<Fence> getAndResetReleaseFence(int32_t id);
136 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
142 status_t setOutputBuffer(int32_t id, const sp<Fence>& acquireFence,
149 sp<Fence> getLastRetireFence(int32_t id) const;
166 virtual sp<Fence> getAndResetReleaseFence() = 0;
278 sp<Fence> getDisplayFence(int disp) const;
339 const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
354 sp<Fence> lastRetireFence; // signals when the last set op retires
355 sp<Fence> lastDisplayFence; // signals when the last set op takes
358 sp<Fence> outbufAcquireFence;