Home
last modified time | relevance | path

Searched refs:pa_context_get_state (Results 1 – 23 of 23) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dsimple.c70 if (!(p)->context || !PA_CONTEXT_IS_GOOD(pa_context_get_state((p)->context)) || \
72 if (((p)->context && pa_context_get_state((p)->context) == PA_CONTEXT_FAILED) || \
88 switch (pa_context_get_state(c)) { in context_state_cb()
181 state = pa_context_get_state(p->context); in pa_simple_new()
Dcontext.h199 pa_context_state_t pa_context_get_state(const pa_context *c);
Dmap-file64 pa_context_get_state;
Dcontext.c1088 pa_context_state_t pa_context_get_state(const pa_context *c) { function
/third_party/ffmpeg/libavdevice/
Dpulse_audio_dec.c69 if (!(p)->context || !PA_CONTEXT_IS_GOOD(pa_context_get_state((p)->context)) || \
79 switch (pa_context_get_state(c)) { in context_state_cb()
196 state = pa_context_get_state(pd->context); in pulse_read_header()
Dpulse_audio_common.c64 switch (pa_context_get_state(c)) { in pa_state_cb()
Dpulse_audio_enc.c227 switch (pa_context_get_state(ctx)) { in pulse_context_state()
241 while ((state = pa_context_get_state(s->ctx)) != PA_CONTEXT_READY) { in pulse_context_wait()
/third_party/pulseaudio/src/tests/
Dgtk-test.c48 switch (pa_context_get_state(c)) { in context_state_callback()
Dpassthrough-test.c58 switch (pa_context_get_state(c)) { in context_state_callback()
145 fail_unless(pa_context_get_state(context) == PA_CONTEXT_READY); in passthrough_setup()
Dconnect-stress.c160 switch (pa_context_get_state(c)) { in context_state_callback()
Dsync-playback.c118 switch (pa_context_get_state(c)) { in context_state_callback()
Dextended-test.c112 switch (pa_context_get_state(c)) { in context_state_callback()
Dinterpol-test.c94 switch (pa_context_get_state(c)) { in context_state_callback()
Dlo-test-util.c202 switch (pa_context_get_state(c)) { in context_state_callback()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c181 switch (pa_context_get_state (c)) { in context_state_cb()
440 state = pa_context_get_state (c); in gst_pulse_device_provider_probe()
491 if (!PA_CONTEXT_IS_GOOD (pa_context_get_state ((self->context)))) { in run_pulse_operation()
545 state = pa_context_get_state (self->context); in gst_pulse_device_provider_start()
Dpulsesrc.c350 #define CONTEXT_OK(c) ((c) && PA_CONTEXT_IS_GOOD (pa_context_get_state ((c))))
883 switch (pa_context_get_state (c)) { in gst_pulsesrc_context_state_cb()
1024 state = pa_context_get_state (pulsesrc->context); in gst_pulsesrc_open()
Dpulsesink.c394 #define CONTEXT_OK(c) ((c) && PA_CONTEXT_IS_GOOD (pa_context_get_state ((c))))
425 state = pa_context_get_state (c); in gst_pulsering_context_state_cb()
571 state = pa_context_get_state (pbuf->context); in gst_pulseringbuffer_open_device()
/third_party/pulseaudio/src/utils/
Dpasuspender.c159 switch (pa_context_get_state(c)) { in context_state_callback()
Dpadsp.c259 if (!(i)->context || pa_context_get_state((i)->context) != PA_CONTEXT_READY) { \
266 if (!(i)->context || pa_context_get_state((i)->context) != PA_CONTEXT_READY || \
274 if (!(i)->context || pa_context_get_state((i)->context) != PA_CONTEXT_READY || \
455 switch (pa_context_get_state(c)) { in context_state_cb()
699 if (pa_context_get_state(i->context) != PA_CONTEXT_READY) { in fd_info_new()
Dpacat.c437 switch (pa_context_get_state(c)) { in context_state_callback()
Dpactl.c2219 switch (pa_context_get_state(c)) { in context_state_callback()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c406 switch (pa_context_get_state(c)) { in context_state_cb()
Dmodule-tunnel-sink-new.c428 switch (pa_context_get_state(c)) { in context_state_cb()