Searched refs:g_cam2_device (Results 1 – 1 of 1) sorted by relevance
6186 static camera2_device_t *g_cam2_device = NULL; variable6199 ALOGV("g_cam2_device(0x%08x):", (unsigned int)g_cam2_device); in HAL2_camera_device_close()6203 g_cam2_device = NULL; in HAL2_camera_device_close()6454 ALOGD("g_cam2_device : 0x%08x", (unsigned int)g_cam2_device); in HAL2_camera_device_open()6455 if (g_cam2_device) { in HAL2_camera_device_open()6456 if (obj(g_cam2_device)->getCameraId() == cameraId) { in HAL2_camera_device_open()6461 while (g_cam2_device) in HAL2_camera_device_open()6467 g_cam2_device = (camera2_device_t *)malloc(sizeof(camera2_device_t)); in HAL2_camera_device_open()6468 ALOGV("g_cam2_device : 0x%08x", (unsigned int)g_cam2_device); in HAL2_camera_device_open()6470 if (!g_cam2_device) in HAL2_camera_device_open()[all …]