Searched refs:ION_IOC_IMPORT (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h71 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dion.h74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dion.h101 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
164 * be retrieved via ION_IOC_IMPORT.
169 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
175 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dion.h69 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dion.h69 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dion.h72 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dion.h104 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
167 * be retrieved via ION_IOC_IMPORT.
172 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
178 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/ti/omap4-aah/ion/
H A Dlinux_ion.h64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int) macro
H A Dion.c152 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dion.h71 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int) macro
/hardware/ti/omap4xxx/ion/
H A Dlinux_ion.h64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int) macro
H A Dion.c151 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data);
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp52 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
137 int ret = ioctl(fd, ION_IOC_IMPORT, &data);
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dion.h262 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
326 * be retrieved via ION_IOC_IMPORT.
331 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
337 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dion.h262 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
326 * be retrieved via ION_IOC_IMPORT.
331 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
337 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp187 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
189 ALOGE("%s: ION_IOC_IMPORT failed with error - %s",
/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.cpp191 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
193 ALOGE("%s: ION_IOC_IMPORT failed with error - %s",
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.cpp192 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
194 ALOGE("%s: ION_IOC_IMPORT failed with error - %s",
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.cpp193 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
195 ALOGE("%s: ION_IOC_IMPORT failed with error - %s",
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h528 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
591 * be retrieved via ION_IOC_IMPORT.
596 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
602 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.c680 ion_ret = ioctl(ion_fd, ION_IOC_IMPORT, &ion_source_share);
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c192 status = ioctl(pRPCCtx->fd_omx, ION_IOC_IMPORT, &data);

Completed in 552 milliseconds