Home
last modified time | relevance | path

Searched refs:mmap_fd (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp80 int mmap_fd; in allocateBuffer() local
94 (unsigned char**)&bufsArr[i], &mmap_fd)) < 0) in allocateBuffer()
102 mIonFdMap.add(bufsArr[i], (unsigned int) mmap_fd); in allocateBuffer()
/hardware/ti/omap4-aah/camera/
DMemoryManager.cpp88 int mmap_fd; in allocateBufferList() local
108 &data, &mmap_fd)) < 0) { in allocateBufferList()
119 buffers[i].fd = mmap_fd; in allocateBufferList()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
Domx_proxy_camera.c124 int mmap_fd; variable
462 &DCC_Buff_ptr,&mmap_fd) < 0) in DCC_Init()
645 close(mmap_fd); in DCC_DeInit()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
Domx_proxy_camera.c133 int mmap_fd; variable
679 (unsigned char **)&DCC_Buff_ptr, &mmap_fd) < 0) in DCC_Init()
724 uribufparam.pSharedBuff = (OMX_PTR) mmap_fd; in send_DCCBufPtr()
851 close(mmap_fd); in DCC_DeInit()
/hardware/ti/omap4xxx/domx/domx/
Domx_proxy_common.h146 int mmap_fd; member
/hardware/ti/omap4-aah/domx/domx/
Domx_proxy_common.h184 int mmap_fd; member
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c742 &pIonMappedBuffer, &(pCompPrv->tBufList[currentBuffer].mmap_fd)) < 0) in PROXY_AllocateBuffer()
749 if (ion_share(pCompPrv->ion_fd, handle, &(pCompPrv->tBufList[currentBuffer].mmap_fd)) < 0) { in PROXY_AllocateBuffer()
753 DOMX_DEBUG("ion_share success pMemptr: 0x%x \n", pCompPrv->tBufList[currentBuffer].mmap_fd); in PROXY_AllocateBuffer()
756 pMemptr = pCompPrv->tBufList[currentBuffer].mmap_fd; in PROXY_AllocateBuffer()
772 close(pCompPrv->tBufList[currentBuffer].mmap_fd); in PROXY_AllocateBuffer()
1242 close(pCompPrv->tBufList[count].mmap_fd); in PROXY_FreeBuffer()
2144 close(pCompPrv->tBufList[count].mmap_fd); in PROXY_ComponentDeInit()
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c819 &(pCompPrv->tBufList[currentBuffer].mmap_fd)) < 0) in PROXY_AllocateBuffer()
1264 close(pCompPrv->tBufList[count].mmap_fd); in PROXY_FreeBuffer()
1973 close(pCompPrv->tBufList[count].mmap_fd); in PROXY_ComponentDeInit()