Searched refs:front_thread_id (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 879 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_7() local 889 rc = pthread_create(&front_thread_id, NULL, front_thread, ¶ms); in mm_app_dtc_7() 894 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_7() 913 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_8() local 927 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_8() 932 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_8() 950 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_9() local 965 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_9() 970 rc = pthread_join(front_thread_id, NULL); in mm_app_dtc_9() 989 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_10() local [all …]
|