Searched refs:ion_alloc (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/omap4xxx/ion/
H A Dion.h26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
H A Dion.c58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, function
/hardware/samsung_slsi/exynos5/include/
H A Dion.h100 /* ion_alloc() - Allocates new buffer from ION.
115 ion_buffer ion_alloc(ion_client client, size_t len, size_t align,
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp77 ion_buffer ion_alloc(ion_client client, size_t len, size_t align, function
/hardware/ti/omap4xxx/camera/
H A DMemoryManager.cpp85 int ret = ion_alloc(mIonFd, bytes, 0, 1 << ION_HEAP_TYPE_CARVEOUT, &handle);
88 CAMHAL_LOGEB("ion_alloc resulted in error %d", ret);
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h171 * ion_alloc - allocate ion memory
185 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
403 static inline struct ion_handle *ion_alloc(struct ion_client *client, function
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_SharedMemory.c176 IONBuffer = ion_alloc((ion_client)pHandle->hIONHandle, size, 0, mask, flag);
179 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_alloc Error: %d", IONBuffer);
294 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_alloc Error: %d", IONBuffer);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c457 ret = ion_alloc(ion_fd, dccbuf_size, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &DCC_Buff);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp1012 *ionBuffer = ion_alloc(ionClient, size, 0, ION_HEAP_SYSTEM_MASK, 0);
1014 JPEG_ERROR_LOG("[%s]ion_alloc(%d) failed\n", __func__, size);
H A DExynosCameraHWInterface.cpp3158 m_pictureFds[i][0] = ion_alloc(m_ion_client, pictureFrameSize, 0, ION_HEAP_SYSTEM_MASK, 0);
3160 ALOGE("ERR(%s):ion_alloc(m_pictureFds[%d], size(%d) fail", __func__, i, pictureFrameSize);
3165 m_pictureFds[i][j] = ion_alloc(m_ion_client, pictureChromaSize, 0, ION_HEAP_SYSTEM_MASK, 0);
3167 ALOGE("ERR(%s):ion_alloc(m_pictureFds[%d][%d], size(%d) fail", __func__, i, j, pictureFrameSize);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp960 pstMem->ionBuffer[i] = ion_alloc(pstMem->ionClient, \
963 JPEG_ERROR_LOG("[%s]ion_alloc(%d) failed\n", __func__, pstMem->iSize[i]);
H A DExynosCameraHWInterface2.cpp6095 buf->fd.extFd[i] = ion_alloc(ionClient, \
6098 ALOGE("[%s]ion_alloc(%d) failed\n", __FUNCTION__, buf->size.extS[i]);
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h666 struct ion_allocation_data ion_alloc; member in struct:msm_frame
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h699 struct ion_allocation_data ion_alloc; member in struct:msm_frame
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c206 ret = ion_alloc(pCompPrv->ion_fd, len, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &temp);

Completed in 672 milliseconds