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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c325 pthread_mutex_init(&my_obj->msg_lock, NULL);
411 pthread_mutex_destroy(&my_obj->msg_lock);
1777 /* need to lock msg_lock, since sendmsg until response back is deemed as one operation*/
1778 pthread_mutex_lock(&my_obj->msg_lock);
1786 pthread_mutex_unlock(&my_obj->msg_lock);
1813 /* need to lock msg_lock, since sendmsg until reposonse back is deemed as one operation*/
1814 pthread_mutex_lock(&my_obj->msg_lock);
1822 pthread_mutex_unlock(&my_obj->msg_lock);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h532 pthread_mutex_t msg_lock; /* lock for sending msg through socket */ member in struct:mm_camera_obj

Completed in 11 milliseconds