Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:Fence

27 #include <ui/Fence.h>
50 class Fence;
125 // the release fence is only valid after commit()
126 sp<Fence> getAndResetReleaseFence(int32_t id);
136 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
140 // Set the output buffer and acquire fence for a virtual display.
142 status_t setOutputBuffer(int32_t id, const sp<Fence>& acquireFence,
145 // Get the retire fence for the last committed frame. This fence will
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;