Searched refs:ion_alloc (Results 1 - 20 of 20) sorted by relevance

/hardware/ti/omap4-aah/ion/
H A Dion.h26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
H A Dion.c57 int ion_alloc(int fd, size_t len, size_t align, function
H A Dion_test.c41 ret = ion_alloc(*fd, len, align, alloc_flags, handle);
H A Dion_test_2.c56 ret = ion_alloc(fd, len, align, alloc_flags, handle);
/hardware/ti/omap4xxx/ion/
H A Dion.h26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
H A Dion.c58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, function
/hardware/ti/omap4-aah/system-core-headers-ti/ion/
H A Dion.h31 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dion.h134 * ion_alloc - allocate ion memory
148 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
/hardware/ti/omap4xxx/camera/
H A DMemoryManager.cpp85 int ret = ion_alloc(mIonFd, bytes, 0, 1 << ION_HEAP_TYPE_CARVEOUT, &handle);
88 CAMHAL_LOGEB("ion_alloc resulted in error %d", ret);
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h172 * ion_alloc - allocate ion memory
186 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
404 static inline struct ion_handle *ion_alloc(struct ion_client *client, function
/hardware/ti/omap4-aah/camera/
H A DMemoryManager.cpp94 int ret = ion_alloc(mIonFd, size, 0, 1 << ION_HEAP_TYPE_CARVEOUT,
/hardware/ti/omap4-aah/test/CameraHal/
H A Dsurfacetexture_test.cpp191 ret = ion_alloc (fd, SIZE, 4096, (1<<0), &handle);
193 printf("ion_alloc returned error %d, %s\n", ret, strerror(errno));
196 printf("ion_alloc returned %d\n", ret);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c457 ret = ion_alloc(ion_fd, dccbuf_size, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &DCC_Buff);
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c664 ret = ion_alloc(ion_fd, dccbuf_size, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT,
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h666 struct ion_allocation_data ion_alloc; member in struct:msm_frame
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h699 struct ion_allocation_data ion_alloc; member in struct:msm_frame
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_camera.h661 struct ion_allocation_data ion_alloc; member in struct:msm_frame
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_camera.h762 struct ion_allocation_data ion_alloc; member in struct:msm_frame
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c222 ret = ion_alloc(pCompPrv->ion_fd, len, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &temp);
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c206 ret = ion_alloc(pCompPrv->ion_fd, len, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &temp);

Completed in 415 milliseconds