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

  /frameworks/base/libs/usb/tests/accessorytest/
audio.c 122 static void* capture_thread(void* arg) function
127 fprintf(stderr, "capture_thread start\n");
160 fprintf(stderr, "capture_thread done\n");
218 pthread_create(&tid, NULL, capture_thread, NULL);
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 149 pthread_t capture_thread; variable
402 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL,
450 pthread_join(capture_thread, (void **) NULL);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 159 pthread_t capture_thread; variable
462 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL,
510 pthread_join(capture_thread, (void **) NULL);
    [all...]

Completed in 431 milliseconds