Home | History | Annotate | Download | only in libhwc

Lines Matching refs:dup_fd

204     int dup_fd = dup(fence);
205 if (dup_fd < 0)
207 return dup_fd;
1523 int dup_fd = dup_or_warn(fence);
1527 gsc.dst_buf_fence[gsc.current_buf] = dup_fd;
1530 layer.releaseFenceFd = dup_fd;