Searched refs:ion_map (Results 1 – 11 of 11) sorted by relevance
/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/samsung_slsi/exynos5/include/ |
D | ion.h | 138 void *ion_map(ion_buffer buffer, size_t len, off_t offset);
|
/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/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/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_SharedMemory.c | 184 pBuffer = ion_map(IONBuffer, size, 0); in Exynos_OSAL_SharedMemory_Alloc() 299 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/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.cpp | 1019 *buffer = (char *)ion_map(*ionBuffer, size, 0); in allocJpegIonMemory()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.cpp | 969 pstMem->pcBuf[i] = (char *)ion_map(pstMem->ionBuffer[i], \ in allocJpegMemory()
|
D | ExynosCameraHWInterface2.cpp | 2110 …currentBuf.virt.extP[plane_index] = (char *)ion_map(currentBuf.fd.extFd[plane_index], currentBuf.s… in registerStreamBuffers() 6061 buf->virt.extP[i] = (char *)ion_map(buf->fd.extFd[i], \ in allocCameraMemory()
|
/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()
|