Home
last modified time | relevance | path

Searched refs:tempHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp186 OMX_HANDLETYPE tempHandle; in OMX_GetHandle() local
220 &tempHandle, in OMX_GetHandle()
224 pISVComponent->setComponent(static_cast<OMX_COMPONENTTYPE*>(tempHandle), &g_cores[i]); in OMX_GetHandle()
231 g_mrm_omx_adaptor->MRM_OMX_SetComponent(tempHandle, cComponentName); in OMX_GetHandle()
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp1256 int tempHandle = NULL; in V4LCameraAdapter_Capabilities() local
1286 if ((tempHandle = open(video_device_list[i], O_RDWR)) == -1) { in V4LCameraAdapter_Capabilities()
1291 ret = ioctl (tempHandle, VIDIOC_QUERYCAP, &cap); in V4LCameraAdapter_Capabilities()
1294 close(tempHandle); in V4LCameraAdapter_Capabilities()
1301 close(tempHandle); in V4LCameraAdapter_Capabilities()
1309 ret = V4LCameraAdapter::getCaps( sensorId, properties, tempHandle ); in V4LCameraAdapter_Capabilities()
1312 close(tempHandle); in V4LCameraAdapter_Capabilities()
1329 close(tempHandle); in V4LCameraAdapter_Capabilities()