Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libion_exynos/
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); in ion_incRef()
/hardware/ti/omap4-aah/ion/
Dlinux_ion.h64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int) macro
Dion.c152 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data); in ion_import()
/hardware/ti/omap4xxx/ion/
Dlinux_ion.h64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int) macro
Dion.c151 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data); in ion_import()
/hardware/qcom/msm8x27/kernel-headers/linux/
Dion.h69 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/msm8x74/kernel-headers/linux/
Dion.h69 #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/msm8x84/original-kernel-headers/linux/
Dion.h178 #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/msm8x26/kernel-headers/linux/
Dion.h74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
Dion.h71 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int) macro
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dion.h337 #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/msm8226/libgralloc/
Dionalloc.cpp191 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.cpp192 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) { in clean_buffer()
/hardware/qcom/display/msm8974/libgralloc/
Dionalloc.cpp193 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/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.c680 ion_ret = ioctl(ion_fd, ION_IOC_IMPORT, &ion_source_share); in psb_CreateSurfaceFromION()
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c192 status = ioctl(pRPCCtx->fd_omx, ION_IOC_IMPORT, &data); in RPC_RegisterBuffer()