/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/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/samsung_slsi/exynos5/include/ |
D | ion.h | 139 void *ion_map(ion_buffer buffer, size_t len, off_t offset);
|
/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/samsung_slsi/exynos5/libion_exynos/ |
D | libion.cpp | 111 void *ion_map(ion_buffer buffer, size_t len, off_t offset) in ion_map() function
|
/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_SharedMemory.c | 183 pBuffer = ion_map(IONBuffer, size, 0); in Exynos_OSAL_SharedMemory_Alloc() 298 pBuffer = ion_map(IONBuffer, size, 0); in Exynos_OSAL_SharedMemory_Map()
|
/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/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.cpp | 988 pstMem->pcBuf[i] = (char *)ion_map(pstMem->ionBuffer[i], \ in allocJpegMemory()
|
D | ExynosCameraHWInterface2.cpp | 2161 …currentBuf.virt.extP[plane_index] = (char *)ion_map(currentBuf.fd.extFd[plane_index], currentBuf.s… in registerStreamBuffers() 6137 buf->virt.extP[i] = (char *)ion_map(buf->fd.extFd[i], \ in allocCameraMemory()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.cpp | 1019 *buffer = (char *)ion_map(*ionBuffer, size, 0); in allocJpegIonMemory()
|
/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()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
D | ExynosVideoDecoder.c | 171 … ion_map(pCtx->nPrivateDataShareFD, sizeof(PrivateDataShareBuffer) * VIDEO_BUFFER_MAX_NUM, 0); in MFC_Decoder_Init()
|