HomeSort by relevance Sort by last modified time
    Searched refs:ion_fd_data (Results 1 - 25 of 56) sorted by null

1 2 3

  /bionic/libc/kernel/common/linux/
ion.h 47 struct ion_fd_data { struct
65 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
66 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
67 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
69 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
rpmsg_omx.h 25 #define OMX_IOCIONREGISTER _IOWR(OMX_IOC_MAGIC, 2, struct ion_fd_data)
26 #define OMX_IOCIONUNREGISTER _IOWR(OMX_IOC_MAGIC, 3, struct ion_fd_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 50 struct ion_fd_data { struct
67 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
69 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
70 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
72 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /hardware/ti/omap4xxx/ion/
linux_ion.h 44 struct ion_fd_data { struct
61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
ion.c 110 struct ion_fd_data data = {
132 struct ion_fd_data data = {
148 struct ion_fd_data data = {
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 33 struct ion_fd_data { struct
50 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
51 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
52 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
54 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
82 struct ion_fd_data arg_share;
124 struct ion_fd_data data;
133 struct ion_fd_data data;
  /external/kernel-headers/original/linux/
ion.h 255 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
264 struct ion_fd_data { struct
311 * Takes an ion_fd_data struct with the handle field populated with a valid
316 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
321 * Takes an ion_fd_data struct with the handle field populated with a valid
327 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
332 * Takes an ion_fd_data struct with the fd field populated with a valid file
336 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
346 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
rpmsg_omx.h 41 #define OMX_IOCIONREGISTER _IOWR(OMX_IOC_MAGIC, 2, struct ion_fd_data)
42 #define OMX_IOCIONUNREGISTER _IOWR(OMX_IOC_MAGIC, 3, struct ion_fd_data)
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.h 44 struct ion_fd_data ion_info_fd;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.h 44 struct ion_fd_data ion_info_fd;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_common.h 77 struct ion_fd_data fd_ion_data;
video_encoder_device.h 96 struct ion_fd_data ion_alloc_fd;
video_encoder_device_copper.h 209 struct ion_fd_data ion_alloc_fd;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_common.h 74 struct ion_fd_data fd_ion_data;
video_encoder_device.h 97 struct ion_fd_data ion_alloc_fd;
  /system/core/libion/
ion.c 86 struct ion_fd_data data = {
109 struct ion_fd_data data = {
139 struct ion_fd_data data = {
152 struct ion_fd_data data = {
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 521 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
530 struct ion_fd_data { struct
576 * Takes an ion_fd_data struct with the handle field populated with a valid
581 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
586 * Takes an ion_fd_data struct with the handle field populated with a valid
592 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
597 * Takes an ion_fd_data struct with the fd field populated with a valid file
601 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
619 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 106 struct ion_fd_data *ion_info_fd, int *mapFd)
149 int mm_camera_do_munmap_ion (int ion_fd, struct ion_fd_data *ion_info_fd,
258 struct ion_fd_data *ion_info_fd, int *mapFd)
307 int mm_camera_do_munmap_ion (int ion_fd, struct ion_fd_data *ion_info_fd,
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 106 struct ion_fd_data *ion_info_fd, int *mapFd)
149 int mm_camera_do_munmap_ion (int ion_fd, struct ion_fd_data *ion_info_fd,
276 struct ion_fd_data *ion_info_fd, int *mapFd)
324 int mm_camera_do_munmap_ion (int ion_fd, struct ion_fd_data *ion_info_fd,
mm_camera_interface2.h 514 struct ion_fd_data *ion_info_fd, int *mapFd);
515 extern int mm_camera_do_munmap_ion (int ion_fd, struct ion_fd_data *ion_info_fd,
526 struct ion_fd_data *ion_info_fd, int *mapFd);
527 int mm_camera_do_munmap_ion (int ion_fd, struct ion_fd_data *ion_info_fd,
  /device/lge/mako/camera/
QualcommCameraHardware.h 156 struct ion_fd_data* ion_info_fd, int ion_type, int size, int *memfd);
157 int deallocate_ion_memory(int *main_ion_fd, struct ion_fd_data* ion_info_fd);
573 struct ion_fd_data raw_ion_info_fd[MAX_SNAPSHOT_BUFFERS];
574 struct ion_fd_data raw_snapshot_ion_info_fd;
575 struct ion_fd_data Jpeg_ion_info_fd[MAX_SNAPSHOT_BUFFERS];
576 struct ion_fd_data record_ion_info_fd[9];
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 70 struct ion_fd_data fd_data;
182 struct ion_fd_data fd_data;
  /hardware/qcom/display/msm8974/libgralloc/
ionalloc.cpp 70 struct ion_fd_data fd_data;
183 struct ion_fd_data fd_data;
  /hardware/qcom/display/msm8x26/libgralloc/
ionalloc.cpp 70 struct ion_fd_data fd_data;
182 struct ion_fd_data fd_data;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 68 struct ion_fd_data ion_info_fd[MM_CAMERA_MAX_NUM_FRAMES];
117 struct ion_fd_data *ion_info_fd, int *mapFd);
118 int (*mm_camera_do_munmap_ion) (int ion_fd, struct ion_fd_data *ion_info_fd,

Completed in 1660 milliseconds

1 2 3