Lines Matching refs:stream_out
756 struct stream_out *active_out; in select_devices()
774 active_out = (struct stream_out *)usecase->stream; in select_devices()
1465 static void lock_output_stream(struct stream_out *out) in lock_output_stream()
1474 struct stream_out *out = (struct stream_out *)usecase->stream; in uc_release_pcm_devices()
1492 struct stream_out *out = (struct stream_out *)usecase->stream; in uc_select_pcm_devices()
1520 static int out_close_pcm_devices(struct stream_out *out) in out_close_pcm_devices()
1554 static int out_open_pcm_devices(struct stream_out *out) in out_open_pcm_devices()
1612 static int disable_output_path_l(struct stream_out *out) in disable_output_path_l()
1631 static void enable_output_path_l(struct stream_out *out) in enable_output_path_l()
1650 static int stop_output_stream(struct stream_out *out) in stop_output_stream()
1665 int start_output_stream(struct stream_out *out) in start_output_stream()
1800 struct stream_out *out = (struct stream_out *)stream; in out_get_sample_rate()
1814 struct stream_out *out = (struct stream_out *)stream; in out_get_buffer_size()
1822 struct stream_out *out = (struct stream_out *)stream; in out_get_channels()
1829 struct stream_out *out = (struct stream_out *)stream; in out_get_format()
1841 static int do_out_standby_l(struct stream_out *out) in do_out_standby_l()
1855 struct stream_out *out = (struct stream_out *)stream; in out_standby()
1881 struct stream_out *out = (struct stream_out *)stream; in out_set_parameters()
1977 struct stream_out *out = (struct stream_out *)stream; in out_get_parameters()
2016 struct stream_out *out = (struct stream_out *)stream; in out_get_latency()
2025 struct stream_out *out = (struct stream_out *)stream; in out_set_volume()
2062 struct stream_out *out = (struct stream_out *)stream; in out_write()
2255 struct stream_out *out = (struct stream_out *)stream; in out_get_presentation_position()
2689 struct audio_stream_out **stream_out, in adev_open_output_stream() argument
2693 struct stream_out *out; in adev_open_output_stream()
2699 *stream_out = NULL; in adev_open_output_stream()
2700 out = (struct stream_out *)calloc(1, sizeof(struct stream_out)); in adev_open_output_stream()
2783 *stream_out = &out->stream; in adev_open_output_stream()
2789 *stream_out = NULL; in adev_open_output_stream()
2797 struct stream_out *out = (struct stream_out *)stream; in adev_close_output_stream()