HomeSort by relevance Sort by last modified time
    Searched refs:front_thread_id (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 879 pthread_t back_thread_id, front_thread_id; local
889 rc = pthread_create(&front_thread_id, NULL, front_thread, &params);
894 rc = pthread_join(front_thread_id, NULL);
913 pthread_t back_thread_id, front_thread_id; local
927 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams);
932 rc = pthread_join(front_thread_id, NULL);
950 pthread_t back_thread_id, front_thread_id; local
965 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams);
970 rc = pthread_join(front_thread_id, NULL);
989 pthread_t back_thread_id, front_thread_id; local
1026 pthread_t back_thread_id, front_thread_id; local
1065 pthread_t back_thread_id, front_thread_id; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 879 pthread_t back_thread_id, front_thread_id; local
889 rc = pthread_create(&front_thread_id, NULL, front_thread, &params);
894 rc = pthread_join(front_thread_id, NULL);
913 pthread_t back_thread_id, front_thread_id; local
927 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams);
932 rc = pthread_join(front_thread_id, NULL);
950 pthread_t back_thread_id, front_thread_id; local
965 rc = pthread_create(&front_thread_id, NULL, front_thread, &fparams);
970 rc = pthread_join(front_thread_id, NULL);
989 pthread_t back_thread_id, front_thread_id; local
1026 pthread_t back_thread_id, front_thread_id; local
1065 pthread_t back_thread_id, front_thread_id; local
    [all...]

Completed in 113 milliseconds