Lines Matching refs:Fence
48 class Fence; variable
122 sp<Fence> getAndResetReleaseFence(int32_t id);
132 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
138 status_t setOutputBuffer(int32_t id, const sp<Fence>& acquireFence,
145 sp<Fence> getLastRetireFence(int32_t id) const;
162 virtual sp<Fence> getAndResetReleaseFence() = 0;
264 sp<Fence> getDisplayFence(int disp) const;
324 const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
339 sp<Fence> lastRetireFence; // signals when the last set op retires
340 sp<Fence> lastDisplayFence; // signals when the last set op takes
343 sp<Fence> outbufAcquireFence;