Home
last modified time | relevance | path

Searched refs:fb_dma_buf (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp404 struct fb_dmabuf_export fb_dma_buf; in fb_alloc_framebuffer_dmabuf() local
406 res = ioctl(m->framebuffer->fd, FBIOGET_DMABUF, &fb_dma_buf); in fb_alloc_framebuffer_dmabuf()
410 hnd->share_fd = fb_dma_buf.fd; in fb_alloc_framebuffer_dmabuf()
/device/amlogic/yukawa/hal/gralloc/
Dframebuffer_device.cpp404 struct fb_dmabuf_export fb_dma_buf; in fb_alloc_framebuffer_dmabuf() local
406 res = ioctl(m->framebuffer->fd, FBIOGET_DMABUF, &fb_dma_buf); in fb_alloc_framebuffer_dmabuf()
410 hnd->share_fd = fb_dma_buf.fd; in fb_alloc_framebuffer_dmabuf()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp118 struct fb_dmabuf_export fb_dma_buf; in fb_get_framebuffer_dmabuf() local
120 res = ioctl(m->framebuffer->fd, FBIOGET_DMABUF, &fb_dma_buf); in fb_get_framebuffer_dmabuf()
124 hnd->share_fd = fb_dma_buf.fd; in fb_get_framebuffer_dmabuf()