Lines Matching +defs:thread +defs:s
172 static int audio_thread_send_response(struct audio_thread *thread, int rc) in audio_thread_send_response()
187 static int audio_thread_read_command(struct audio_thread *thread, in audio_thread_read_command()
228 static int append_stream(struct audio_thread *thread, in append_stream()
323 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev()
364 static void thread_rm_open_adev(struct audio_thread *thread, in thread_rm_open_adev()
391 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev()
404 static int thread_dev_start_ramp(struct audio_thread *thread, in thread_dev_start_ramp()
418 static int thread_find_stream(struct audio_thread *thread, in thread_find_stream()
422 struct dev_stream *s; in thread_find_stream() local
436 static int thread_remove_stream(struct audio_thread *thread, in thread_remove_stream()
473 static int thread_disconnect_stream(struct audio_thread* thread, in thread_disconnect_stream()
492 static int thread_drain_stream_ms_remaining(struct audio_thread *thread, in thread_drain_stream_ms_remaining()
515 static int thread_drain_stream(struct audio_thread *thread, in thread_drain_stream()
531 static int thread_add_stream(struct audio_thread *thread, in thread_add_stream()
577 static int fetch_streams(struct audio_thread *thread, in fetch_streams()
661 static int write_streams(struct audio_thread *thread, in write_streams()
821 static int handle_playback_thread_message(struct audio_thread *thread) in handle_playback_thread_message()
999 static int get_next_output_wake(struct audio_thread *thread, in get_next_output_wake()
1068 static int get_next_input_wake(struct audio_thread *thread, in get_next_input_wake()
1091 static int output_stream_fetch(struct audio_thread *thread) in output_stream_fetch()
1105 static int wait_pending_output_streams(struct audio_thread *thread) in wait_pending_output_streams()
1121 static void update_estimated_rate(struct audio_thread *thread, in update_estimated_rate()
1144 static int write_output_samples(struct audio_thread *thread, in write_output_samples()
1230 static int do_playback(struct audio_thread *thread) in do_playback()
1315 static int capture_to_streams(struct audio_thread *thread, in capture_to_streams()
1395 static int do_capture(struct audio_thread *thread) in do_capture()
1453 static int send_captured_samples(struct audio_thread *thread) in send_captured_samples()
1481 static int stream_dev_io(struct audio_thread *thread) in stream_dev_io()
1492 int fill_next_sleep_interval(struct audio_thread *thread, struct timespec *ts) in fill_next_sleep_interval()
1522 struct audio_thread *thread = (struct audio_thread *)arg; in audio_io_thread() local
1651 static int audio_thread_post_message(struct audio_thread *thread, in audio_thread_post_message()
1729 int audio_thread_add_stream(struct audio_thread *thread, in audio_thread_add_stream()
1746 int audio_thread_disconnect_stream(struct audio_thread *thread, in audio_thread_disconnect_stream()
1759 int audio_thread_drain_stream(struct audio_thread *thread, in audio_thread_drain_stream()
1771 int audio_thread_dump_thread_info(struct audio_thread *thread, in audio_thread_dump_thread_info()
1780 int audio_thread_rm_callback_sync(struct audio_thread *thread, int fd) { in audio_thread_rm_callback_sync()
1791 int audio_thread_config_global_remix(struct audio_thread *thread, in audio_thread_config_global_remix()
1851 struct audio_thread *thread; in audio_thread_create() local
1881 int audio_thread_add_open_dev(struct audio_thread *thread, in audio_thread_add_open_dev()
1895 int audio_thread_rm_open_dev(struct audio_thread *thread, in audio_thread_rm_open_dev()
1908 int audio_thread_dev_start_ramp(struct audio_thread *thread, in audio_thread_dev_start_ramp()
1924 int audio_thread_start(struct audio_thread *thread) in audio_thread_start()
1939 void audio_thread_destroy(struct audio_thread *thread) in audio_thread_destroy()