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

  /hardware/ti/omap4-aah/ion/
linux_ion.h 62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/ti/omap4xxx/ion/
linux_ion.h 62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /bionic/libc/kernel/uapi/linux/
ion.h 72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /development/ndk/platforms/android-L/include/linux/
ion.h 66 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /external/kernel-headers/original/uapi/linux/
ion.h 99 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
159 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
167 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
173 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 70 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/qcom/msm8x26/kernel-headers/linux/
ion.h 71 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
ion.h 102 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
161 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
169 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
175 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
  /hardware/qcom/msm8x27/kernel-headers/linux/
ion.h 67 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/qcom/msm8x74/kernel-headers/linux/
ion.h 67 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/qcom/msm8x84/kernel-headers/linux/
ion.h 71 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 102 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
161 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
169 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
175 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
ion.h 70 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ion.h 72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ion.h 72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ion.h 72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /system/core/libion/kernel-headers/linux/
ion.h 72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /system/core/libion/original-kernel-headers/linux/
ion.h 99 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
159 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
167 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
173 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 260 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
320 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
328 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
334 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
ion.h 260 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
320 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
328 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
334 * 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 526 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
585 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
593 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
599 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle

Completed in 1117 milliseconds