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

  /bionic/libc/kernel/common/linux/
ion.h 64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int)
  /external/kernel-headers/original/linux/
ion.h 254 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
318 * be retrieved via ION_IOC_IMPORT.
323 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
329 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int)
  /system/core/libion/
ion.c 129 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data);
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 192 status = ioctl(pRPCCtx->fd_omx, ION_IOC_IMPORT, &data);
    [all...]

Completed in 840 milliseconds