HomeSort by relevance Sort by last modified time
    Searched refs:g_s_mutex (Results 1 - 4 of 4) sorted by null

  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 50 static pthread_mutex_t g_s_mutex; variable
69 pthread_mutex_lock(&g_s_mutex);
72 pthread_mutex_unlock(&g_s_mutex);
852 pthread_mutex_lock(&g_s_mutex);
854 pthread_cond_wait(&g_s_cond_v, &g_s_mutex);
857 pthread_mutex_unlock(&g_s_mutex);
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 47 static pthread_mutex_t g_s_mutex; variable
54 pthread_mutex_lock(&g_s_mutex);
57 pthread_mutex_unlock(&g_s_mutex);
854 pthread_mutex_lock(&g_s_mutex);
856 pthread_cond_wait(&g_s_cond_v, &g_s_mutex);
859 pthread_mutex_unlock(&g_s_mutex);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 70 static pthread_mutex_t g_s_mutex; member in namespace:android
76 pthread_mutex_lock(&g_s_mutex);
79 pthread_mutex_unlock(&g_s_mutex);
84 pthread_mutex_lock(&g_s_mutex);
85 if(FALSE == g_status) pthread_cond_wait(&g_s_cond_v, &g_s_mutex);
86 pthread_mutex_unlock(&g_s_mutex);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 69 static pthread_mutex_t g_s_mutex; member in namespace:android
75 pthread_mutex_lock(&g_s_mutex);
78 pthread_mutex_unlock(&g_s_mutex);
83 pthread_mutex_lock(&g_s_mutex);
84 if(false == g_status) pthread_cond_wait(&g_s_cond_v, &g_s_mutex);
85 pthread_mutex_unlock(&g_s_mutex);
    [all...]

Completed in 106 milliseconds