Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
H A Drtpoll-test.c63 fail_unless(pa_rtpoll_run(p) >= 0); in START_TEST()
75 fail_unless(pa_rtpoll_run(p) >= 0); in START_TEST()
/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.h61 int pa_rtpoll_run(pa_rtpoll *f);
68 * the last pa_rtpoll_run() invocation to finish */
76 * pa_rtpoll_run() is called. Hence: call this immediately before
H A Drtpoll.c207 int pa_rtpoll_run(pa_rtpoll *p) { in pa_rtpoll_run() function
568 * pa_rtpoll_run() to return 0 */ in asyncmsgq_read_work()
/third_party/pulseaudio/src/modules/
H A Dmodule-pipe-sink.c343 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func_use_timing()
391 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-sine-source.c183 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-null-source.c180 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-pipe-source.c181 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-null-sink.c298 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-esound-sink.c356 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-waveout.c286 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-solaris.c840 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-combine-sink.c464 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) { in thread_func()
465 pa_log_info("pa_rtpoll_run() = %i", ret); in thread_func()
H A Dmodule-tunnel.c871 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c242 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dmodule-jack-source.c202 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c454 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c739 ret = pa_rtpoll_run(u->rtpoll); in thread_func()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c1139 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) { in thread_func()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1689 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) { in thread_func()
1690 pa_log_debug("pa_rtpoll_run failed with: %d", ret); in thread_func()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c2086 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
H A Dalsa-source.c1790 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()

Completed in 30 milliseconds