/hardware/ti/omap4-aah/ion/ |
D | ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
D | ion_test.c | 96 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); in ion_map_test() 127 ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &map_fd); in ion_map_test()
|
D | ion.c | 108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map() function
|
D | ion_test_2.c | 194 ret = ion_map(fd, handle[i], len, prot, map_flags, 0, &(ptr[i]), &(map_fd[i])); in ion_map_test()
|
/hardware/ti/omap4xxx/ion/ |
D | ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
D | ion.c | 107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map() function
|
/hardware/ti/omap4-aah/system-core-headers-ti/ion/ |
D | ion.h | 37 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/hardware/ti/omap4xxx/camera/ |
D | MemoryManager.cpp | 93 if ((ret = ion_map(mIonFd, handle, bytes, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in allocateBuffer()
|
/hardware/ti/omap4-aah/camera/ |
D | MemoryManager.cpp | 107 if ((ret = ion_map(mIonFd, handle, size, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in allocateBufferList()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | surfacetexture_test.cpp | 214 ret = ion_map (fd, handle, SIZE, PROT_READ, 0, 0, &ptr, &map_fd); in ion_test()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/ |
D | omx_proxy_camera.c | 461 if (ion_map(ion_fd, DCC_Buff, dccbuf_size, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in DCC_Init()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/ |
D | omx_proxy_camera.c | 678 if (ion_map(ion_fd, DCC_Buff, dccbuf_size, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in DCC_Init()
|
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 741 if (ion_map(pCompPrv->ion_fd, handle, nSize, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in PROXY_AllocateBuffer() 1052 if (ion_map(pCompPrv->ion_fd, pPlatformPrivate->pMetaDataBuffer, in PROXY_UseBuffer()
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 817 if (ion_map(pCompPrv->ion_fd, handle, nSize, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in PROXY_AllocateBuffer() 1156 …if (ion_map(pCompPrv->ion_fd, ((OMX_TI_PLATFORMPRIVATE *)pBufferHeader->pPlatformPrivate)->pMetaDa… in PROXY_UseBuffer()
|