Lines Matching refs:Fence
56 using sdm::Fence;
215 void setPresentFence(const shared_ptr<Fence> &presentFence) { in setPresentFence()
222 const std::vector<shared_ptr<Fence>>& releaseFences) { in setReleaseFences()
251 const shared_ptr<Fence>& acquireFence, Dataspace dataspace, in setClientTarget()
272 const shared_ptr<Fence>& releaseFence) { in setOutputBuffer()
316 const shared_ptr<Fence>& acquireFence) { in setLayerBuffer()
590 void writeFence(const shared_ptr<Fence>& fence) { in writeFence()
595 handle->data[0] = Fence::Dup(fence); in writeFence()
597 ALOGW("failed to get temporary handle for fence %s", Fence::GetStr(fence).c_str()); in writeFence()
598 Fence::Wait(fence); in writeFence()
830 void readFence(shared_ptr<Fence>* fence, const string &name) { in readFence()
841 *fence = Fence::Create(dup(handle->data[0]), name); in readFence()