HomeSort by relevance Sort by last modified time
    Searched refs:back_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
887 rc = pthread_create(&back_thread_id, NULL, back_thread, &params);
892 rc = pthread_join(back_thread_id, NULL);
913 pthread_t back_thread_id, front_thread_id; local
925 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams);
930 rc = pthread_join(back_thread_id, NULL);
950 pthread_t back_thread_id, front_thread_id; local
963 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams);
968 rc = pthread_join(back_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
887 rc = pthread_create(&back_thread_id, NULL, back_thread, &params);
892 rc = pthread_join(back_thread_id, NULL);
913 pthread_t back_thread_id, front_thread_id; local
925 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams);
930 rc = pthread_join(back_thread_id, NULL);
950 pthread_t back_thread_id, front_thread_id; local
963 rc = pthread_create(&back_thread_id, NULL, back_thread, &bparams);
968 rc = pthread_join(back_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 168 milliseconds