Lines Matching defs:dma_buf
130 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
134 int dma_buf = gralloc_info->handle->data[0];
141 .fd = os_dupfd_cloexec(dma_buf),
641 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1;
642 if (dma_buf < 0)
648 pProperties->allocationSize = lseek(dma_buf, 0, SEEK_END);
711 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1;
712 if (dma_buf < 0)
717 device->ws->buffer_from_fd(device->ws, dma_buf, priority, &mem->bo, &alloc_size);