Searched defs:audio_thread (Results 1 – 3 of 3) sorted by relevance
35 struct audio_thread { struct36 int to_thread_fds[2];37 int to_main_fds[2];38 pthread_t tid;39 int started;40 int suspended;41 struct open_dev *open_devs[CRAS_NUM_DIRECTIONS];42 struct pollfd *pollfds;43 size_t pollfds_size;44 size_t num_pollfds;[all …]
83 static struct audio_thread *audio_thread; variable
1324 static void *audio_thread(void *arg) in audio_thread() function