Home
last modified time | relevance | path

Searched refs:pa_threaded_mainloop_new (Results 1 – 16 of 16) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dthread-mainloop.h253 pa_threaded_mainloop *pa_threaded_mainloop_new(void);
Dthread-mainloop.c86 pa_threaded_mainloop *pa_threaded_mainloop_new(void) { in pa_threaded_mainloop_new() function
Dmap-file363 pa_threaded_mainloop_new;
Dsimple.c160 if (!(p->mainloop = pa_threaded_mainloop_new())) in pa_simple_new()
/third_party/pulseaudio/src/tests/
Dthread-mainloop-test.c55 m = pa_threaded_mainloop_new(); in START_TEST()
Dconnect-stress.c72 mainloop = pa_threaded_mainloop_new(); in _connect()
Dinterpol-test.c161 m = pa_threaded_mainloop_new(); in START_TEST()
Dpassthrough-test.c125 mainloop = pa_threaded_mainloop_new(); in passthrough_setup()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_dec.c169 if (!(pd->mainloop = pa_threaded_mainloop_new())) { in pulse_read_header()
Dpulse_audio_enc.c517 s->mainloop = pa_threaded_mainloop_new(); in pulse_write_header()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c510 if (!(self->mainloop = pa_threaded_mainloop_new ())) { in gst_pulse_device_provider_start()
Dpulsesrc.c1785 if (!(this->mainloop = pa_threaded_mainloop_new ())) in gst_pulsesrc_change_state()
Dpulsesink.c3244 if (!(mainloop = pa_threaded_mainloop_new ())) in gst_pulsesink_change_state()
/third_party/pulseaudio/src/modules/
Dmodule-zeroconf-publish.c826 u->mainloop = pa_threaded_mainloop_new(); in pa__init()
/third_party/pulseaudio/src/utils/
Dpadsp.c668 if (!(i->mainloop = pa_threaded_mainloop_new())) { in fd_info_new()
/third_party/pulseaudio/vala/
Dlibpulse.vapi891 [CCode (cname="pa_threaded_mainloop_new")]