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

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp6157 static camera2_device_t *g_cam2_device = NULL; member in namespace:android
6170 ALOGV("g_cam2_device(0x%08x):", (unsigned int)g_cam2_device);
6174 g_cam2_device = NULL;
6424 ALOGD("g_cam2_device : 0x%08x", (unsigned int)g_cam2_device);
6425 if (g_cam2_device) {
6426 if (obj(g_cam2_device)->getCameraId() == cameraId) {
6431 while (g_cam2_device)
6437 g_cam2_device
[all...]

Completed in 55 milliseconds