Searched defs:ION_IOC_SHARE (Results 1 - 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/ion/ |
H A D | linux_ion.h | 62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) macro
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | ion.h | 69 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) macro
|
/hardware/samsung_slsi/exynos5/libion_exynos/ |
H A D | libion.cpp | 51 #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 D | 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) macro 598 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
|
Completed in 2821 milliseconds