HomeSort by relevance Sort by last modified time
    Searched defs:ION_IOC_IMPORT (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4xxx/ion/
linux_ion.h 64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int)
  /bionic/libc/kernel/common/linux/
ion.h 67 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 70 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /external/kernel-headers/original/linux/
ion.h 261 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
325 * be retrieved via ION_IOC_IMPORT.
330 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
336 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 52 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
137 int ret = ioctl(fd, ION_IOC_IMPORT, &data);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 527 * 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)

Completed in 1773 milliseconds