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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c882 pthread_t back_thread_id, front_thread_id; local
892 rc = pthread_create(&front_thread_id, NULL, front_thread, &params);
897 rc = pthread_join(front_thread_id, NULL);
916 pthread_t back_thread_id, front_thread_id; local
930 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams);
935 rc = pthread_join(front_thread_id, NULL);
953 pthread_t back_thread_id, front_thread_id; local
968 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams);
973 rc = pthread_join(front_thread_id, NULL);
992 pthread_t back_thread_id, front_thread_id; local
1029 pthread_t back_thread_id, front_thread_id; local
1068 pthread_t back_thread_id, front_thread_id; local
[all...]

Completed in 114 milliseconds