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

  /device/google/bonito/sdm710/kernel-headers/linux/
ion.h 63 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /device/google/bonito/sdm710/original-kernel-headers/linux/
ion.h 108 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
172 * be retrieved via ION_IOC_IMPORT.
177 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
183 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /device/google/crosshatch/sdm845/kernel-headers/linux/
ion.h 63 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
ion.h 108 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
172 * be retrieved via ION_IOC_IMPORT.
177 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
183 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
poc.c 123 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
175 ioctl(g_ion_fd, ION_IOC_IMPORT, &para);

Completed in 102 milliseconds