Searched refs:DMA_BUF_IOCTL_SYNC (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | dma-buf.h | 189 #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) macro
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_ion_alloc.cpp | 148 if (ioctl(dma_buf_fd, INT(DMA_BUF_IOCTL_SYNC), &sync)) { in CleanBuffer()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_ion_alloc.cpp | 152 if (ioctl(dma_buf_fd, INT(DMA_BUF_IOCTL_SYNC), &sync)) { in CleanBuffer()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 419 int rc = ioctl(fd, DMA_BUF_IOCTL_SYNC, sync); in do_sync_ioctl()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4823 DMA_BUF_IOCTL_SYNC, &dma_buf_sync_data[i]); in ion_flush_op() 6554 int rc = ioctl(fd, DMA_BUF_IOCTL_SYNC, &buf_sync); in ion_map() 6575 int rc = ioctl(fd, DMA_BUF_IOCTL_SYNC, &buf_sync); in ion_unmap()
|
D | omx_vdec_v4l2.cpp | 10021 int rc = ioctl(fd, DMA_BUF_IOCTL_SYNC, &dma_buf_sync_data[i]); in do_cache_operations()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 5048 int rc = ioctl(fd, DMA_BUF_IOCTL_SYNC, &dma_buf_sync_data[i]); in do_cache_operations()
|