Searched defs:ion_fd_data (Results 1 - 2 of 2) sorted by relevance

/system/core/libion/kernel-headers/linux/
H A Dion.h54 struct ion_fd_data { struct
71 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
75 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/system/core/libion/original-kernel-headers/linux/
H A Dion.h95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
104 struct ion_fd_data { struct
151 * Takes an ion_fd_data struct with the handle field populated with a valid
156 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
161 * Takes an ion_fd_data struct with the handle field populated with a valid
167 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
172 * Takes an ion_fd_data struct with the fd field populated with a valid file
176 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
186 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)

Completed in 39 milliseconds