Home
last modified time | relevance | path

Searched refs:pa_dbusiface_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Diface-stream.h37 typedef struct pa_dbusiface_stream pa_dbusiface_stream; typedef
39 pa_dbusiface_stream *pa_dbusiface_stream_new_playback(pa_dbusiface_core *core, pa_sink_input *sink_…
40 pa_dbusiface_stream *pa_dbusiface_stream_new_record(pa_dbusiface_core *core, pa_source_output *sour…
41 void pa_dbusiface_stream_free(pa_dbusiface_stream *s);
43 const char *pa_dbusiface_stream_get_path(pa_dbusiface_stream *s);
Diface-stream.c39 struct pa_dbusiface_stream { struct
184 pa_dbusiface_stream *s = userdata; in handle_get_index()
197 static char *stream_to_string(pa_dbusiface_stream *s) { in stream_to_string()
205 pa_dbusiface_stream *s = userdata; in handle_get_driver()
227 pa_dbusiface_stream *s = userdata; in handle_get_owner_module()
252 pa_dbusiface_stream *s = userdata; in handle_get_client()
277 pa_dbusiface_stream *s = userdata; in handle_get_device()
293 pa_dbusiface_stream *s = userdata; in handle_get_sample_format()
308 pa_dbusiface_stream *s = userdata; in handle_get_sample_rate()
318 pa_dbusiface_stream *s = userdata; in handle_get_channels()
[all …]
Diface-core.c822 pa_dbusiface_stream *stream; in get_playback_streams()
861 pa_dbusiface_stream *stream; in get_record_streams()
1887 pa_dbusiface_stream *stream_iface; in sink_input_put_cb()
1913 pa_dbusiface_stream *stream_iface; in sink_input_unlink_cb()
1940 pa_dbusiface_stream *stream_iface; in source_output_put_cb()
1966 pa_dbusiface_stream *stream_iface; in source_output_unlink_cb()