Home
last modified time | relevance | path

Searched refs:ION_IOC_IMPORT (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/msm8x27/kernel-headers/linux/
Dion.h69 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dion.h176 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x26/kernel-headers/linux/
Dion.h74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dion.h176 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x84/kernel-headers/linux/
Dion.h72 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dion.h178 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dion.h175 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8960/kernel-headers/linux/
Dion.h71 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x09/kernel-headers/linux/
Dion.h74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8996/kernel-headers/linux/
Dion.h74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x27/original-kernel-headers/linux/
Dion.h337 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageWrapper.cpp47 if (ion_fd && !ioctl(ion_fd, ION_IOC_IMPORT, &fdData)) { in get_ion_cookie()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_ion_alloc.cpp147 if (ioctl(ion_dev_fd_, INT(ION_IOC_IMPORT), &fd_data)) { in ImportBuffer()
/hardware/qcom/display/msm8909/libgralloc/
Dionalloc.cpp199 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.cpp187 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8996/libgralloc/
Dionalloc.cpp195 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8998/libgralloc/
Dionalloc.cpp196 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.cpp191 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.cpp191 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.cpp205 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_ion_alloc.cpp175 if (ioctl(ion_dev_fd_, INT(ION_IOC_IMPORT), &fd_data)) { in CleanBuffer()
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dion.h602 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/intel/img/psb_video/src/
Dpsb_surface_attrib.c678 ion_ret = ioctl(ion_fd, ION_IOC_IMPORT, &ion_source_share); in psb_CreateSurfaceFromION()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4501 if (ion_fd && !ioctl(ion_fd, ION_IOC_IMPORT, &fdData)) { in venc_get_index_from_fd()