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

  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 42 static pthread_mutex_t g_intf_lock = PTHREAD_MUTEX_INITIALIZER; variable
79 pthread_mutex_lock(&g_intf_lock);
83 pthread_mutex_unlock(&g_intf_lock);
88 pthread_mutex_unlock(&g_intf_lock);
101 pthread_mutex_lock(&g_intf_lock);
105 pthread_mutex_unlock(&g_intf_lock);
110 pthread_mutex_unlock(&g_intf_lock);
123 pthread_mutex_lock(&g_intf_lock);
127 pthread_mutex_unlock(&g_intf_lock);
142 pthread_mutex_unlock(&g_intf_lock);
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 44 static pthread_mutex_t g_intf_lock = PTHREAD_MUTEX_INITIALIZER; variable
98 pthread_mutex_lock(&g_intf_lock);
103 pthread_mutex_unlock(&g_intf_lock);
106 pthread_mutex_unlock(&g_intf_lock);
121 pthread_mutex_lock(&g_intf_lock);
128 pthread_mutex_unlock(&g_intf_lock);
131 pthread_mutex_unlock(&g_intf_lock);
144 pthread_mutex_lock(&g_intf_lock);
149 pthread_mutex_unlock(&g_intf_lock);
152 pthread_mutex_unlock(&g_intf_lock);
    [all...]

Completed in 5900 milliseconds