Searched refs:ion_handle_data (Results 1 - 3 of 3) sorted by relevance

/system/core/libion/kernel-headers/linux/
H A Dion.h59 struct ion_handle_data { struct
70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
/system/core/libion/original-kernel-headers/linux/
H A Dion.h110 * struct ion_handle_data - a handle passed to/from the kernel
113 struct ion_handle_data { struct
144 * Takes an ion_handle_data struct and frees the handle.
146 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
/system/core/libion/
H A Dion.c84 struct ion_handle_data data = {

Completed in 4 milliseconds