Searched refs:camframe_fb_mutex (Results 1 - 2 of 2) sorted by relevance

/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_display.c88 pthread_mutex_t camframe_fb_mutex = PTHREAD_MUTEX_INITIALIZER; variable
259 pthread_mutex_lock(&camframe_fb_mutex);
264 pthread_mutex_unlock(&camframe_fb_mutex);
302 pthread_mutex_lock(&camframe_fb_mutex);
306 pthread_cond_wait(&camframe_fb_cond, &camframe_fb_mutex);
332 pthread_mutex_unlock(&camframe_fb_mutex);
379 pthread_mutex_lock(&camframe_fb_mutex);
381 pthread_mutex_unlock(&camframe_fb_mutex);
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_display.c87 pthread_mutex_t camframe_fb_mutex = PTHREAD_MUTEX_INITIALIZER; variable
258 pthread_mutex_lock(&camframe_fb_mutex);
263 pthread_mutex_unlock(&camframe_fb_mutex);
301 pthread_mutex_lock(&camframe_fb_mutex);
305 pthread_cond_wait(&camframe_fb_cond, &camframe_fb_mutex);
331 pthread_mutex_unlock(&camframe_fb_mutex);
378 pthread_mutex_lock(&camframe_fb_mutex);
380 pthread_mutex_unlock(&camframe_fb_mutex);

Completed in 12 milliseconds