Home
last modified time | relevance | path

Searched refs:ion_map (Results 1 – 14 of 14) sorted by relevance

/hardware/ti/omap4-aah/ion/
Dion.h31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
Dion_test.c96 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()
Dion.c108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map() function
Dion_test_2.c194 ret = ion_map(fd, handle[i], len, prot, map_flags, 0, &(ptr[i]), &(map_fd[i])); in ion_map_test()
/hardware/ti/omap4xxx/ion/
Dion.h31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
Dion.c107 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/
Dion.h37 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp93 if ((ret = ion_map(mIonFd, handle, bytes, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in allocateBuffer()
/hardware/ti/omap4-aah/camera/
DMemoryManager.cpp107 if ((ret = ion_map(mIonFd, handle, size, PROT_READ | PROT_WRITE, MAP_SHARED, 0, in allocateBufferList()
/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp214 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/
Domx_proxy_camera.c461 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/
Domx_proxy_camera.c678 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/
Domx_proxy_common.c741 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/
Domx_proxy_common.c817 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()