Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/utils/
H A 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_log(_("Stream moved to device %s (%u, %ssuspended).%s"), pa_stream_get_device_name(s), pa_stream_get_device_index(s), pa_stream_is_suspended(s) ? "" : _("not "), CLEAR_LINE); in stream_moved_callback()
/third_party/pulseaudio/src/pulse/
H A Dstream.h385 int pa_stream_is_suspended(const pa_stream *s);
635 * pa_stream_is_suspended() to query the new suspend status. Please
H A Dstream.c2817 int pa_stream_is_suspended(const pa_stream *s) { in pa_stream_is_suspended() function

Completed in 9 milliseconds