Home
last modified time | relevance | path

Searched refs:pa_stream_is_suspended (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.h383 int pa_stream_is_suspended(const pa_stream *s);
Dstream.c2743 int pa_stream_is_suspended(const pa_stream *s) { in pa_stream_is_suspended() function
/third_party/pulseaudio/src/
Dmap-file312 pa_stream_is_suspended;
/third_party/pulseaudio/src/utils/
Dpacat.c345 pa_yes_no(pa_stream_is_suspended(s))); in stream_state_callback()
361 if (pa_stream_is_suspended(s)) in stream_suspended_callback()
393 …"), pa_stream_get_device_name(s), pa_stream_get_device_index(s), pa_stream_is_suspended(s) ? "" : … in stream_moved_callback()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c770 if (pa_stream_is_suspended (p)) in gst_pulsering_stream_suspended_cb()