Home
last modified time | relevance | path

Searched refs:capture_thread (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/visualizer/
Doffload_visualizer.c159 pthread_t capture_thread; variable
462 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()
510 pthread_join(capture_thread, (void **) NULL); in visualizer_hal_stop_output()
/hardware/qcom/audio/msm8909/visualizer/
Doffload_visualizer.c149 pthread_t capture_thread; variable
454 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()
502 pthread_join(capture_thread, (void **) NULL); in visualizer_hal_stop_output()