HomeSort by relevance Sort by last modified time
    Searched defs:ION_IOC_SHARE (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/common/linux/
ion.h 62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
  /external/kernel-headers/original/linux/
ion.h 209 * ion_import_fd() - given an fd obtained via ION_IOC_SHARE ioctl, import it
215 * descriptor obtained as the return from the ION_IOC_SHARE ioctl.
252 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
312 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
320 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
326 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle

Completed in 39 milliseconds