Home
last modified time | relevance | path

Searched refs:cmd_lock (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c222 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_handle_rcvd_buf()
242 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_handle_rcvd_buf()
810 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
817 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
823 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
827 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
902 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_fsm_active()
906 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_fsm_active()
1120 pthread_mutex_destroy(&my_obj->cmd_lock); in mm_stream_release()
Dmm_camera_channel.c1295 pthread_mutex_init(&stream_obj->cmd_lock, NULL); in mm_channel_add_stream()
1310 pthread_mutex_destroy(&stream_obj->cmd_lock); in mm_channel_add_stream()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h253 pthread_mutex_t cmd_lock; /* lock to protect cmd_thread */ member