• Home
  • Raw
  • Download

Lines Matching refs:rmsg

587 		struct audio_thread_add_rm_stream_msg *rmsg;  in handle_audio_thread_message()  local
589 rmsg = (struct audio_thread_add_rm_stream_msg *)msg; in handle_audio_thread_message()
591 ret = thread_disconnect_stream(thread, rmsg->stream, in handle_audio_thread_message()
592 rmsg->devs[0]); in handle_audio_thread_message()
596 struct audio_thread_open_device_msg *rmsg; in handle_audio_thread_message() local
598 rmsg = (struct audio_thread_open_device_msg *)msg; in handle_audio_thread_message()
599 ret = thread_add_open_dev(thread, rmsg->dev); in handle_audio_thread_message()
603 struct audio_thread_rm_device_msg *rmsg; in handle_audio_thread_message() local
605 rmsg = (struct audio_thread_rm_device_msg *)msg; in handle_audio_thread_message()
606 ret = thread_rm_open_dev(thread, rmsg->dir, rmsg->dev_idx); in handle_audio_thread_message()
610 struct audio_thread_open_device_msg *rmsg; in handle_audio_thread_message() local
612 rmsg = (struct audio_thread_open_device_msg *)msg; in handle_audio_thread_message()
613 ret = thread_is_dev_open(thread, rmsg->dev); in handle_audio_thread_message()
669 struct audio_thread_add_rm_stream_msg *rmsg; in handle_audio_thread_message() local
671 rmsg = (struct audio_thread_add_rm_stream_msg *)msg; in handle_audio_thread_message()
672 ret = thread_drain_stream(thread, rmsg->stream); in handle_audio_thread_message()
676 struct audio_thread_rm_callback_msg *rmsg; in handle_audio_thread_message() local
678 rmsg = (struct audio_thread_rm_callback_msg *)msg; in handle_audio_thread_message()
679 audio_thread_rm_callback(rmsg->fd); in handle_audio_thread_message()
683 struct audio_thread_config_global_remix *rmsg; in handle_audio_thread_message() local
690 rmsg = (struct audio_thread_config_global_remix *)msg; in handle_audio_thread_message()
691 thread->remix_converter = rmsg->fmt_conv; in handle_audio_thread_message()
696 struct audio_thread_dev_start_ramp_msg *rmsg; in handle_audio_thread_message() local
698 rmsg = (struct audio_thread_dev_start_ramp_msg *)msg; in handle_audio_thread_message()
699 ret = thread_dev_start_ramp(thread, rmsg->dev_idx, in handle_audio_thread_message()
700 rmsg->request); in handle_audio_thread_message()
704 struct audio_thread_aec_dump_msg *rmsg; in handle_audio_thread_message() local
705 rmsg = (struct audio_thread_aec_dump_msg *)msg; in handle_audio_thread_message()
706 ret = thread_set_aec_dump(thread, rmsg->stream_id, rmsg->start, in handle_audio_thread_message()
707 rmsg->fd); in handle_audio_thread_message()