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

1 2 3

  /hardware/ti/omap4-aah/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 58 unsigned int flags, struct ion_handle **handle)
75 struct ion_handle **handle, size_t *stride)
100 int ion_free(int fd, struct ion_handle *handle)
108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
130 int ion_share(int fd, struct ion_handle *handle, int *share_fd)
147 int ion_import(int fd, int share_fd, struct ion_handle **handle)
169 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot,
192 int ion_flush_cached(int fd, struct ion_handle *handle, size_t length,
203 int ion_inval_cached(int fd, struct ion_handle *handle, size_t length,
  /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)
  /hardware/ti/omap4-aah/system-core-headers-ti/ion/
ion.h 32 struct ion_handle **handle);
34 struct ion_handle **handle, size_t *stride);
36 int ion_free(int fd, struct ion_handle *handle);
37 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
39 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
40 int ion_import(int fd, int share_fd, struct ion_handle **handle);
41 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length,
43 int ion_flush_cached(int fd, struct ion_handle *handle, size_t length,
45 int ion_inval_cached(int fd, struct ion_handle *handle, size_t length,
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
ion.h 22 struct ion_handle;
41 struct ion_handle *handle;
45 struct ion_handle *handle;
51 struct ion_handle *handle;
60 struct ion_handle *handle;
omap_ion.h 29 struct ion_handle *handle;
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 22 struct ion_handle;
23 typedef struct ion_handle *ion_user_handle_t;
148 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
159 void ion_free(struct ion_client *client, struct ion_handle *handle);
177 int ion_phys(struct ion_client *client, struct ion_handle *handle,
189 struct ion_handle *handle);
199 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
206 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
213 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle);
224 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd)
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
ion.h 22 struct ion_handle;
23 typedef struct ion_handle *ion_user_handle_t;
148 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
159 void ion_free(struct ion_client *client, struct ion_handle *handle);
177 int ion_phys(struct ion_client *client, struct ion_handle *handle,
189 struct ion_handle *handle);
199 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
206 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
213 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle);
224 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd)
    [all...]
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...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 24 struct ion_handle;
25 typedef struct ion_handle *ion_user_handle_t;
186 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
197 void ion_free(struct ion_client *client, struct ion_handle *handle);
215 int ion_phys(struct ion_client *client, struct ion_handle *handle,
227 struct ion_handle *handle);
239 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
246 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
253 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle);
264 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd)
    [all...]
  /development/ndk/platforms/android-L/include/linux/
ion.h 22 struct ion_handle;
45 struct ion_handle *handle;
49 struct ion_handle *handle;
54 struct ion_handle *handle;
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 24 struct ion_handle;
25 typedef struct ion_handle *ion_user_handle_t;
msm_ion.h 86 struct ion_handle *handle;
95 struct ion_handle *handle;
  /hardware/qcom/msm8x27/kernel-headers/linux/
ion.h 22 struct ion_handle;
24 typedef struct ion_handle *ion_user_handle_t;
msm_ion.h 86 struct ion_handle *handle;
95 struct ion_handle *handle;
  /hardware/qcom/msm8x74/kernel-headers/linux/
ion.h 22 struct ion_handle;
24 typedef struct ion_handle *ion_user_handle_t;
  /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/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;

Completed in 257 milliseconds

1 2 3