Searched refs:ion_unmap (Results 1 - 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dion.h141 /* ion_unmap() - Frees the buffer mapped by ion_map()
147 int ion_unmap(void *addr, size_t len);
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp117 int ion_unmap(void *addr, size_t len) function
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_SharedMemory.c108 if (ion_unmap(pDeleteElement->mapAddr, pDeleteElement->allocSize))
109 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_unmap fail");
256 if (ion_unmap(pDeleteElement->mapAddr, pDeleteElement->allocSize)) {
257 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_unmap fail");
370 if (ion_unmap(pDeleteElement->mapAddr, pDeleteElement->allocSize)) {
371 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_unmap fail");
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp1038 ion_unmap(*buffer, size);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp993 ion_unmap(pstMem->pcBuf[i], pstMem->iSize[i]);
H A DExynosCameraHWInterface2.cpp2215 ion_unmap(targetStream->m_parameters.svcBuffers[i].virt.extP[j],
2287 ion_unmap(targetStream->m_parameters.svcBuffers[i].virt.extP[j],
6127 ret = ion_unmap(buf->virt.extP[i], buf->size.extS[i]);

Completed in 265 milliseconds