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

  /hardware/ti/omap4xxx/ion/
linux_ion.h 62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /bionic/libc/kernel/common/linux/
ion.h 66 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 69 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /external/kernel-headers/original/linux/
ion.h 259 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
319 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
327 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
333 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 51 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
95 ret = ioctl(client, ION_IOC_SHARE, &arg_share);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 525 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
584 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
592 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
598 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle

Completed in 1612 milliseconds