Searched defs:ION_IOC_SHARE (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/ion/
H A Dlinux_ion.h62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) macro
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h69 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) macro
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp51 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) macro
95 ret = ioctl(client, ION_IOC_SHARE, &arg_share);
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h525 * 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) macro
598 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle

Completed in 318 milliseconds