Searched refs:ION_IOC_MAP (Results 1 - 25 of 34) sorted by relevance

12

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h69 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dion.h71 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dion.h99 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
148 * DOC: ION_IOC_MAP - get a file descriptor to mmap
155 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dion.h66 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dion.h66 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dion.h70 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dion.h102 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
151 * DOC: ION_IOC_MAP - get a file descriptor to mmap
158 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/ti/omap4-aah/ion/
H A Dlinux_ion.h61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
H A Dion.c114 int ret = ion_ioctl(fd, ION_IOC_MAP, &data);
176 int ret = ion_ioctl(fd, ION_IOC_MAP, &data);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dion.h69 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/ti/omap4xxx/ion/
H A Dlinux_ion.h61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
H A Dion.c113 int ret = ion_ioctl(fd, ION_IOC_MAP, &data);
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dion.h260 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
310 * DOC: ION_IOC_MAP - get a file descriptor to mmap
317 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dion.h260 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
310 * DOC: ION_IOC_MAP - get a file descriptor to mmap
317 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp50 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp94 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
96 ALOGE("%s: ION_IOC_MAP failed with error - %s",
/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.cpp94 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
96 ALOGE("%s: ION_IOC_MAP failed with error - %s",
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.cpp94 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
96 ALOGE("%s: ION_IOC_MAP failed with error - %s",
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.cpp99 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
101 ALOGE("%s: ION_IOC_MAP failed with error - %s",
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h526 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
575 * DOC: ION_IOC_MAP - get a file descriptor to mmap
582 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) macro
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp246 rc = ioctl(ion_fd, ION_IOC_MAP, &ifd_data);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp386 rc = ioctl(ion_data.ion_device_fd,ION_IOC_MAP,&ion_data.ion_alloc_fd);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp417 rc = ioctl(ion_data.ion_device_fd,ION_IOC_MAP,&ion_data.ion_alloc_fd);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1281 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_MAP,&recon_buff[count].ion_alloc_fd);
H A Dvideo_encoder_device_copper.cpp1248 rc = ioctl(recon_buff[count].ion_device_fd,ION_IOC_MAP,&recon_buff[count].ion_alloc_fd);

Completed in 128 milliseconds

12