Searched refs:ionfd (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp112 ionfd: -1,
129 static int gralloc_alloc_rgb(int ionfd, int w, int h, int format, int usage, argument
191 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags,
199 static int gralloc_alloc_framework_yuv(int ionfd, int w, int h, int format, argument
221 err = ion_alloc_fd(ionfd, size, 0, heap_mask, ion_flags, &fd);
229 static int gralloc_alloc_yuv(int ionfd, int w, int h, int format, argument
273 return gralloc_alloc_framework_yuv(ionfd, w, h, format, usage,
291 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd);
298 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd1);
302 err = ion_alloc_fd(ionfd, chroma_siz
[all...]
H A Dmapper.cpp78 if (m->ionfd == -1)
79 m->ionfd = ion_open();
80 return m->ionfd;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_SharedMemory.c275 OMX_PTR Exynos_OSAL_SharedMemory_Map(OMX_HANDLETYPE handle, OMX_U32 size, unsigned int ionfd) argument
290 IONBuffer = (OMX_PTR)ionfd;
331 void Exynos_OSAL_SharedMemory_Unmap(OMX_HANDLETYPE handle, unsigned int ionfd) argument
349 if (pSMList->IONBuffer == ionfd) {
354 (((EXYNOS_SHAREDMEM_LIST *)(pCurrentElement->pNextMemory))->IONBuffer != ionfd))
358 (((EXYNOS_SHAREDMEM_LIST *)(pCurrentElement->pNextMemory))->IONBuffer == ionfd)) {
H A DExynos_OSAL_Android.cpp67 return m->ionfd;
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h48 int ionfd; member in struct:private_module_t

Completed in 157 milliseconds