Searched refs:back_thread_id (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | mm_qcamera_dual_test.c | 879 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_7() local 892 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_7() 913 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_8() local 930 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_8() 950 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_9() local 968 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_9() 989 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_10() local 1006 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_10() 1026 pthread_t back_thread_id, front_thread_id; in mm_app_dtc_11() local 1044 rc = pthread_join(back_thread_id, NULL); in mm_app_dtc_11() [all …]
|