Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c122 static void* capture_thread(void* arg) in capture_thread() function
216 pthread_create(&tid, NULL, capture_thread, NULL); in init_audio()
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c167 pthread_t capture_thread; variable
472 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL, in visualizer_hal_start_output()
520 pthread_join(capture_thread, (void **) NULL); in visualizer_hal_stop_output()