Searched refs:fd2 (Results 1 - 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h82 int fd2; member in struct:private_handle_t
113 fd(fd), fd1(-1), fd2(-1), magic(sMagic), flags(flags), size(size),
125 fd(fd), fd1(fd1), fd2(-1), magic(sMagic), flags(flags), size(size),
135 private_handle_t(int fd, int fd1, int fd2, int size, int flags, int w, argument
137 fd(fd), fd1(fd1), fd2(fd2), magic(sMagic), flags(flags), size(size),
/hardware/samsung_slsi/exynos5/gralloc/
H A Dmapper.cpp106 if (hnd->fd2 >= 0) {
107 ret = ion_import(getIonFd(module), hnd->fd2, &hnd->handle2);
109 ALOGE("error importing handle2 %d %x\n", hnd->fd2, hnd->format);
169 if (hnd->fd2 >= 0)
170 ion_sync_fd(getIonFd(module), hnd->fd2);
H A Dgralloc.cpp234 int err, planes, fd, fd1, fd2 = 0; local
302 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd2);
306 *hnd = new private_handle_t(fd, fd1, fd2, luma_size, usage, w, h,
373 if (hnd->fd2 >= 0)
374 close(hnd->fd2);
393 if (hnd->fd2 >= 0)
394 close(hnd->fd2);
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c409 int fd1 = -1, fd2 = -1; local
448 ret = ion_share(pCompPrv->ion_fd, handle, &fd2);
455 pVtcConfig->IonBufhdl[1] = (OMX_PTR)(fd2);
464 close(fd2);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h116 int fd2; member in struct:_ReleaseDPB
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp115 vplanes[2].fd = priv_hnd->fd2;
363 if (priv_hnd->fd2 >= 0) {
364 ion_incRef(getIonFd(module), priv_hnd->fd2, &pIonHandle2);
379 phREF->SharedBuffer[i].BufferFd2 = priv_hnd->fd2;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1141 src_cfg.uaddr = src_handle->fd2;
1145 src_cfg.vaddr = src_handle->fd2;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c1302 pBufferInfo->PDSB.dpbFD[i].fd2 = -1;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2075 currentBuf.fd.extFd[2] = priv_handle->fd2;
2153 v4l2_buf.m.planes[1].m.fd = priv_handle->fd2;
2156 currentBuf.fd.extFd[1] = priv_handle->fd2;
4042 v4l2_buf.m.planes[1].m.fd = priv_handle->fd2;

Completed in 349 milliseconds