/bionic/libc/kernel/common/linux/ |
ion.h | 39 struct ion_allocation_data { struct 62 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
ion.h | 41 struct ion_allocation_data { struct 65 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
|
/hardware/ti/omap4xxx/ion/ |
linux_ion.h | 36 struct ion_allocation_data { struct 59 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
|
ion.c | 62 struct ion_allocation_data data = {
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.h | 45 struct ion_allocation_data alloc;
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.h | 45 struct ion_allocation_data alloc;
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
omx_video_common.h | 78 struct ion_allocation_data ion_alloc_data;
|
video_encoder_device.h | 95 struct ion_allocation_data alloc_data;
|
video_encoder_device_copper.h | 208 struct ion_allocation_data alloc_data;
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
omx_video_common.h | 75 struct ion_allocation_data ion_alloc_data;
|
video_encoder_device.h | 96 struct ion_allocation_data alloc_data;
|
video_encoder_device_v4l2.h | 248 struct ion_allocation_data alloc_data;
|
/hardware/samsung_slsi/exynos5/libion_exynos/ |
libion.cpp | 25 struct ion_allocation_data { struct 48 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data) 83 struct ion_allocation_data arg_alloc;
|
/external/kernel-headers/original/linux/ |
ion.h | 236 * struct ion_allocation_data - metadata passed from userspace for allocations 246 struct ion_allocation_data { struct 295 * Takes an ion_allocation_data struct and returns it with the handle field 299 struct ion_allocation_data)
|
/system/core/libion/ |
ion.c | 61 struct ion_allocation_data data = {
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_helper.c | 105 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc, 257 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_helper.c | 105 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc, 275 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
|
mm_camera_interface2.h | 513 extern uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc, 525 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
ion.h | 502 * struct ion_allocation_data - metadata passed from userspace for allocations 512 struct ion_allocation_data { struct 560 * Takes an ion_allocation_data struct and returns it with the handle field 564 struct ion_allocation_data)
|
/device/lge/mako/camera/ |
QualcommCameraHardware.h | 155 int allocate_ion_memory(int *main_ion_fd, struct ion_allocation_data* alloc, 569 struct ion_allocation_data raw_alloc[MAX_SNAPSHOT_BUFFERS]; 570 struct ion_allocation_data raw_snapshot_alloc; 571 struct ion_allocation_data Jpeg_alloc[MAX_SNAPSHOT_BUFFERS]; 572 struct ion_allocation_data record_alloc[9];
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/ |
mm_qcamera_app.h | 67 struct ion_allocation_data alloc[MM_CAMERA_MAX_NUM_FRAMES]; 116 uint8_t *(*mm_camera_do_mmap_ion)(int ion_fd, struct ion_allocation_data *alloc,
|
/hardware/qcom/display/msm8960/libgralloc/ |
ionalloc.cpp | 71 struct ion_allocation_data ionAllocData;
|
/hardware/qcom/display/msm8974/libgralloc/ |
ionalloc.cpp | 71 struct ion_allocation_data ionAllocData;
|
/hardware/qcom/display/msm8x26/libgralloc/ |
ionalloc.cpp | 71 struct ion_allocation_data ionAllocData;
|
/device/lge/mako/camera/QCamera/HAL/core/inc/ |
QCameraHWI.h | 155 struct ion_allocation_data alloc[MM_CAMERA_MAX_NUM_FRAMES]; 162 struct ion_allocation_data alloc[3];
|