Searched refs:front_thread (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 742 static void *front_thread(void *data) in front_thread() function 889 rc = pthread_create(&front_thread_id, NULL, front_thread, ¶ms); in mm_app_dtc_7() 927 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_8() 965 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_9() 1003 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_10() 1041 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_11() 1076 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams); in mm_app_dtc_12()
|