Lines Matching full:fence
93 virtual const sp<Fence>& getClientTargetAcquireFence() const override;
106 virtual status_t dequeueBuffer(int* pslot, sp<Fence>* fence, uint32_t w,
110 sp<Fence>* outFence);
114 virtual status_t cancelBuffer(int pslot, const sp<Fence>& fence);
129 sp<Fence>* outFence, float outTransformMatrix[16]) override;
137 int* sslot, sp<Fence>* fence);
197 // mFbFence is the fence HWC should wait for before reading the framebuffer
199 sp<Fence> mFbFence;
201 // mOutputFence is the fence HWC should wait for before writing to the
203 sp<Fence> mOutputFence;