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

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h70 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 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/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/display/msm8x26/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/msm8960/original-kernel-headers/linux/
H A Dion.h527 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
590 * be retrieved via ION_IOC_IMPORT.
595 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
601 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) macro
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp642 ION_IOC_IMPORT, &ion_info_fd) < 0) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp1133 ION_IOC_IMPORT, &ion_info_fd) < 0) {
/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 123 milliseconds