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

1 2 3

  /hardware/ti/omap4xxx/ion/
ion.h 27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
linux_ion.h 22 struct ion_handle;
41 struct ion_handle *handle;
45 struct ion_handle *handle;
50 struct ion_handle *handle;
omap_ion.h 29 struct ion_handle *handle;
ion.c 59 struct ion_handle **handle)
76 struct ion_handle **handle, size_t *stride)
99 int ion_free(int fd, struct ion_handle *handle)
107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
129 int ion_share(int fd, struct ion_handle *handle, int *share_fd)
146 int ion_import(int fd, int share_fd, struct ion_handle **handle)
  /external/kernel-headers/original/linux/
ion.h 22 struct ion_handle;
147 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
158 void ion_free(struct ion_client *client, struct ion_handle *handle);
176 int ion_phys(struct ion_client *client, struct ion_handle *handle,
188 struct ion_handle *handle);
198 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
205 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
212 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle);
223 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd);
251 struct ion_handle *handle
    [all...]
omap_ion.h 39 struct ion_handle *handle;
48 int omap_tiler_pages(struct ion_client *client, struct ion_handle *handle,
  /system/core/include/ion/
ion.h 31 unsigned int flags, struct ion_handle **handle);
35 int ion_free(int fd, struct ion_handle *handle);
36 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
38 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
39 int ion_import(int fd, int share_fd, struct ion_handle **handle);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 24 struct ion_handle;
185 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
196 void ion_free(struct ion_client *client, struct ion_handle *handle);
214 int ion_phys(struct ion_client *client, struct ion_handle *handle,
226 struct ion_handle *handle);
238 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
245 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
252 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle);
263 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd);
275 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle
    [all...]
msm_ion.h 268 struct ion_handle *handle;
284 struct ion_handle *handle;
  /bionic/libc/kernel/common/linux/
ion.h 22 struct ion_handle;
45 struct ion_handle *handle;
49 struct ion_handle *handle;
54 struct ion_handle *handle;
omap_ion.h 29 struct ion_handle *handle;
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 24 struct ion_handle;
47 struct ion_handle *handle;
51 struct ion_handle *handle;
56 struct ion_handle *handle;
msm_ion.h 86 struct ion_handle *handle;
95 struct ion_handle *handle;
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h 212 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle,
236 int ion_map_iommu(struct ion_client *client, struct ion_handle *handle,
257 int ion_handle_get_size(struct ion_client *client, struct ion_handle *handle,
271 void ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle,
317 int msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle,
372 int msm_ion_secure_buffer(struct ion_client *client, struct ion_handle *handle,
382 struct ion_handle *handle);
391 struct ion_handle *handle, int domain_num,
402 struct ion_handle *handle, unsigned long *size)
408 struct ion_handle *handle, int domain_num
    [all...]
  /system/core/libion/
ion.c 58 unsigned int flags, struct ion_handle **handle)
75 int ion_free(int fd, struct ion_handle *handle)
83 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
106 int ion_share(int fd, struct ion_handle *handle, int *share_fd)
126 struct ion_handle *handle;
137 int ion_import(int fd, int share_fd, struct ion_handle **handle)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 23 typedef unsigned long ion_handle; typedef
30 ion_handle handle;
34 ion_handle handle;
39 ion_handle handle;
147 data.handle = (ion_handle)handle;
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 626 struct ion_handle_data ion_handle; local
627 memset(&ion_handle, 0, sizeof(ion_handle));
628 ion_handle.handle = mMemInfo[i].handle;
629 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
645 struct ion_handle_data ion_handle; local
646 memset(&ion_handle, 0, sizeof(ion_handle));
647 ion_handle.handle = mMemInfo[i].handle;
648 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0)
708 struct ion_handle_data ion_handle; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 626 struct ion_handle_data ion_handle; local
627 memset(&ion_handle, 0, sizeof(ion_handle));
628 ion_handle.handle = mMemInfo[i].handle;
629 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
645 struct ion_handle_data ion_handle; local
646 memset(&ion_handle, 0, sizeof(ion_handle));
647 ion_handle.handle = mMemInfo[i].handle;
648 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0)
708 struct ion_handle_data ion_handle; local
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 126 struct ion_handle *src_ion_handle;
127 struct ion_handle *dest_ion_handle;
186 struct ion_handle *src_ion_handle;
187 struct ion_handle *dest_ion_handle;
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 111 struct ion_handle *src_ion_handle;
112 struct ion_handle *dest_ion_handle;
164 struct ion_handle *src_ion_handle;
165 struct ion_handle *dest_ion_handle;
  /device/asus/deb/kernel-headers/media/
msmb_pproc.h 120 struct ion_handle *src_ion_handle;
121 struct ion_handle *dest_ion_handle;
  /device/asus/deb/original-kernel-headers/media/
msmb_pproc.h 105 struct ion_handle *src_ion_handle;
106 struct ion_handle *dest_ion_handle;
  /device/asus/flo/kernel-headers/media/
msmb_pproc.h 120 struct ion_handle *src_ion_handle;
121 struct ion_handle *dest_ion_handle;
  /device/asus/flo/original-kernel-headers/media/
msmb_pproc.h 105 struct ion_handle *src_ion_handle;
106 struct ion_handle *dest_ion_handle;
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 99 struct ion_handle *handle;
100 struct ion_handle *handle1;
101 struct ion_handle *handle2;

Completed in 1733 milliseconds

1 2 3