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

  /bionic/libc/kernel/common/linux/
ion.h 67 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 70 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /hardware/ti/omap4xxx/ion/
linux_ion.h 64 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, int)
ion.c 151 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data);
  /external/kernel-headers/original/linux/
ion.h 261 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
325 * be retrieved via ION_IOC_IMPORT.
330 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
336 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 52 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /system/core/libion/
ion.c 143 int ret = ion_ioctl(fd, ION_IOC_IMPORT, &data);
  /hardware/qcom/display/libgralloc/
ionalloc.cpp 192 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
194 ALOGE("%s: ION_IOC_IMPORT failed with error - %s",
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 527 * descriptor to share or map in the fd field. For ION_IOC_IMPORT, userspace
590 * be retrieved via ION_IOC_IMPORT.
595 * DOC: ION_IOC_IMPORT - imports a shared file descriptor
601 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 221 ION_IOC_IMPORT, &mHalCamCtrl->mPreviewMemory.ion_info_fd[cnt]) < 0)
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp 222 ION_IOC_IMPORT, &mHalCamCtrl->mPreviewMemory.ion_info_fd[cnt]) < 0)
    [all...]
  /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 3932 milliseconds