Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:Fence

25 #include <ui/Fence.h>
49 class Fence;
120 // the release fence is only valid after commit()
121 sp<Fence> getAndResetReleaseFence(int32_t id);
131 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
135 // Set the output buffer and acquire fence for a virtual display.
137 status_t setOutputBuffer(int32_t id, const sp<Fence>& acquireFence,
140 // Get the retire fence for the last committed frame. This fence will
144 sp<Fence> getLastRetireFence(int32_t id);
159 virtual sp<Fence> getAndResetReleaseFence() = 0;
252 sp<Fence> getDisplayFence(int disp) const;
305 const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
324 sp<Fence> lastRetireFence; // signals when the last set op retires
325 sp<Fence> lastDisplayFence; // signals when the last set op takes
328 sp<Fence> outbufAcquireFence;