• Home
  • Raw
  • Download

Lines Matching defs:thread

192 static int audio_thread_send_response(struct audio_thread *thread, int rc)  in audio_thread_send_response()
237 static int audio_thread_read_command(struct audio_thread *thread, uint8_t *buf, in audio_thread_read_command()
267 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev()
294 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev()
311 static int thread_is_dev_open(struct audio_thread *thread, in thread_is_dev_open()
332 static int thread_dev_start_ramp(struct audio_thread *thread, in thread_dev_start_ramp()
365 static int thread_find_stream(struct audio_thread *thread, in thread_find_stream()
381 static int thread_disconnect_stream(struct audio_thread *thread, in thread_disconnect_stream()
401 static int thread_drain_stream_ms_remaining(struct audio_thread *thread, in thread_drain_stream_ms_remaining()
424 static int thread_drain_stream(struct audio_thread *thread, in thread_drain_stream()
441 static int thread_add_stream(struct audio_thread *thread, in thread_add_stream()
457 static int thread_set_aec_dump(struct audio_thread *thread, in thread_set_aec_dump()
561 static int handle_playback_thread_message(struct audio_thread *thread) in handle_playback_thread_message()
720 static int fill_next_sleep_interval(struct audio_thread *thread, in fill_next_sleep_interval()
744 static struct pollfd *add_pollfd(struct audio_thread *thread, int fd, in add_pollfd()
813 struct audio_thread *thread = (struct audio_thread *)arg; in audio_io_thread() local
922 static int audio_thread_post_message(struct audio_thread *thread, in audio_thread_post_message()
1014 int audio_thread_add_stream(struct audio_thread *thread, in audio_thread_add_stream()
1030 int audio_thread_disconnect_stream(struct audio_thread *thread, in audio_thread_disconnect_stream()
1043 int audio_thread_drain_stream(struct audio_thread *thread, in audio_thread_drain_stream()
1055 int audio_thread_dump_thread_info(struct audio_thread *thread, in audio_thread_dump_thread_info()
1064 int audio_thread_set_aec_dump(struct audio_thread *thread, in audio_thread_set_aec_dump()
1079 int audio_thread_rm_callback_sync(struct audio_thread *thread, int fd) in audio_thread_rm_callback_sync()
1091 int audio_thread_config_global_remix(struct audio_thread *thread, in audio_thread_config_global_remix()
1147 struct audio_thread *thread; in audio_thread_create() local
1186 int audio_thread_add_open_dev(struct audio_thread *thread, in audio_thread_add_open_dev()
1200 int audio_thread_rm_open_dev(struct audio_thread *thread, in audio_thread_rm_open_dev()
1214 int audio_thread_is_dev_open(struct audio_thread *thread, in audio_thread_is_dev_open()
1226 int audio_thread_dev_start_ramp(struct audio_thread *thread, in audio_thread_dev_start_ramp()
1242 int audio_thread_start(struct audio_thread *thread) in audio_thread_start()
1257 void audio_thread_destroy(struct audio_thread *thread) in audio_thread_destroy()