HomeSort by relevance Sort by last modified time
    Searched refs:ION_IOC_SHARE (Results 1 - 25 of 46) sorted by null

1 2

  /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/ion/
linux_ion.h 62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
ion.h 70 #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)
ion.c 135 int ret = ion_ioctl(fd, ION_IOC_SHARE, &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/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);
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 74 lrc = ioctl(p_buffer->ion_fd, ION_IOC_SHARE,
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 74 lrc = ioctl(p_buffer->ion_fd, ION_IOC_SHARE,
  /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
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_ionbuf.c 73 lrc = ioctl(p_buffer->ion_fd, ION_IOC_SHARE,

Completed in 247 milliseconds

1 2