• Home
  • Raw
  • Download

Lines Matching refs:audio_thread

180 static int audio_thread_send_response(struct audio_thread *thread, int rc)  in audio_thread_send_response()
224 static int audio_thread_read_command(struct audio_thread *thread, in audio_thread_read_command()
255 static int append_stream(struct audio_thread *thread, in append_stream()
362 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev()
390 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev()
406 static int thread_is_dev_open(struct audio_thread *thread, in thread_is_dev_open()
415 static int thread_dev_start_ramp(struct audio_thread *thread, in thread_dev_start_ramp()
429 static int thread_find_stream(struct audio_thread *thread, in thread_find_stream()
445 static int thread_disconnect_stream(struct audio_thread* thread, in thread_disconnect_stream()
465 static int thread_drain_stream_ms_remaining(struct audio_thread *thread, in thread_drain_stream_ms_remaining()
488 static int thread_drain_stream(struct audio_thread *thread, in thread_drain_stream()
505 static int thread_add_stream(struct audio_thread *thread, in thread_add_stream()
522 static int thread_set_aec_dump(struct audio_thread *thread, in thread_set_aec_dump()
608 static int handle_playback_thread_message(struct audio_thread *thread) in handle_playback_thread_message()
821 static int fill_next_sleep_interval(struct audio_thread *thread, in fill_next_sleep_interval()
845 static struct pollfd *add_pollfd(struct audio_thread *thread, in add_pollfd()
891 struct audio_thread *thread = (struct audio_thread *)arg; in audio_io_thread()
1006 static int audio_thread_post_message(struct audio_thread *thread, in audio_thread_post_message()
1083 int audio_thread_add_stream(struct audio_thread *thread, in audio_thread_add_stream()
1100 int audio_thread_disconnect_stream(struct audio_thread *thread, in audio_thread_disconnect_stream()
1113 int audio_thread_drain_stream(struct audio_thread *thread, in audio_thread_drain_stream()
1125 int audio_thread_dump_thread_info(struct audio_thread *thread, in audio_thread_dump_thread_info()
1134 int audio_thread_set_aec_dump(struct audio_thread *thread, in audio_thread_set_aec_dump()
1150 int audio_thread_rm_callback_sync(struct audio_thread *thread, int fd) { in audio_thread_rm_callback_sync()
1161 int audio_thread_config_global_remix(struct audio_thread *thread, in audio_thread_config_global_remix()
1214 struct audio_thread *audio_thread_create() in audio_thread_create()
1217 struct audio_thread *thread; in audio_thread_create()
1219 thread = (struct audio_thread *)calloc(1, sizeof(*thread)); in audio_thread_create()
1252 int audio_thread_add_open_dev(struct audio_thread *thread, in audio_thread_add_open_dev()
1266 int audio_thread_rm_open_dev(struct audio_thread *thread, in audio_thread_rm_open_dev()
1279 int audio_thread_is_dev_open(struct audio_thread *thread, in audio_thread_is_dev_open()
1291 int audio_thread_dev_start_ramp(struct audio_thread *thread, in audio_thread_dev_start_ramp()
1307 int audio_thread_start(struct audio_thread *thread) in audio_thread_start()
1322 void audio_thread_destroy(struct audio_thread *thread) in audio_thread_destroy()