Home
last modified time | relevance | path

Searched refs:stream_iface (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c1887 pa_dbusiface_stream *stream_iface; in sink_input_put_cb() local
1894 stream_iface = pa_dbusiface_stream_new_playback(c, sink_input); in sink_input_put_cb()
1895 pa_assert_se(pa_hashmap_put(c->playback_streams, PA_UINT32_TO_PTR(sink_input->index), stream_iface) >= 0); in sink_input_put_cb()
1897 object_path = pa_dbusiface_stream_get_path(stream_iface); in sink_input_put_cb()
1913 pa_dbusiface_stream *stream_iface; in sink_input_unlink_cb() local
1920 pa_assert_se((stream_iface = pa_hashmap_remove(c->playback_streams, PA_UINT32_TO_PTR(sink_input->index)))); in sink_input_unlink_cb()
1922 object_path = pa_dbusiface_stream_get_path(stream_iface); in sink_input_unlink_cb()
1929 pa_dbusiface_stream_free(stream_iface); in sink_input_unlink_cb()
1940 pa_dbusiface_stream *stream_iface; in source_output_put_cb() local
1947 stream_iface in source_output_put_cb()
1966 pa_dbusiface_stream *stream_iface; source_output_unlink_cb() local
[all...]

Completed in 4 milliseconds