Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c238 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_handle_rcvd_buf()
258 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_handle_rcvd_buf()
873 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
880 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
886 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
890 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_fsm_reg()
969 pthread_mutex_lock(&my_obj->cmd_lock); in mm_stream_fsm_active()
973 pthread_mutex_unlock(&my_obj->cmd_lock); in mm_stream_fsm_active()
1019 pthread_mutex_init(&my_obj->cmd_lock, NULL); in mm_stream_init()
1048 pthread_mutex_destroy(&my_obj->cmd_lock); in mm_stream_deinit()
Dmm_camera_channel.c1611 pthread_mutex_destroy(&stream_obj->cmd_lock); in mm_channel_add_stream()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h305 pthread_mutex_t cmd_lock; /* lock to protect cmd_thread */ member