Searched refs:fb_dma_buf (Results 1 - 2 of 2) sorted by relevance

/device/linaro/hikey/gralloc960/
H A Dalloc_ion.cpp373 struct fb_dmabuf_export fb_dma_buf; local
375 res = ioctl( m->framebuffer->shallow_fbdev_fd, FBIOGET_DMABUF, &fb_dma_buf );
378 hnd->share_fd = fb_dma_buf.fd;
/device/linaro/hikey/gralloc/
H A Dalloc_device.cpp340 struct fb_dmabuf_export fb_dma_buf; local
342 if (ioctl(fbdev_fd, FBIOGET_DMABUF, &fb_dma_buf) == 0)
344 AINF("framebuffer accessed with dma buf (fd 0x%x)\n", (int)fb_dma_buf.fd);
345 hnd->share_fd = fb_dma_buf.fd;

Completed in 49 milliseconds