Searched defs:tempHandle (Results 1 - 2 of 2) sorted by relevance

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

Completed in 83 milliseconds