Home
last modified time | relevance | path

Searched refs:pa_rtpoll (Results 1 - 25 of 39) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.h44 typedef struct pa_rtpoll pa_rtpoll; typedef
54 pa_rtpoll *pa_rtpoll_new(void);
55 void pa_rtpoll_free(pa_rtpoll *p);
61 int pa_rtpoll_run(pa_rtpoll *f);
63 void pa_rtpoll_set_timer_absolute(pa_rtpoll *p, pa_usec_t usec);
64 void pa_rtpoll_set_timer_relative(pa_rtpoll *p, pa_usec_t usec);
65 void pa_rtpoll_set_timer_disabled(pa_rtpoll *p);
69 bool pa_rtpoll_timer_elapsed(pa_rtpoll *p);
71 /* A new fd wakeup item for pa_rtpoll */
[all...]
H A Drtpoll.c48 struct pa_rtpoll { struct
70 pa_rtpoll *rtpoll;
90 pa_rtpoll *pa_rtpoll_new(void) { in pa_rtpoll_new()
91 pa_rtpoll *p; in pa_rtpoll_new()
93 p = pa_xnew0(pa_rtpoll, 1); in pa_rtpoll_new()
106 static void rtpoll_rebuild(pa_rtpoll *p) { in rtpoll_rebuild()
152 pa_rtpoll *p; in rtpoll_item_destroy()
168 void pa_rtpoll_free(pa_rtpoll *p) { in pa_rtpoll_free()
193 static void reset_all_revents(pa_rtpoll *p) { in reset_all_revents()
207 int pa_rtpoll_run(pa_rtpoll *
[all...]
H A Dthread-mq.h39 int pa_thread_mq_init(pa_thread_mq *q, pa_mainloop_api *mainloop, pa_rtpoll *rtpoll);
H A Dsource.h237 pa_rtpoll *rtpoll;
367 void pa_source_set_rtpoll(pa_source *s, pa_rtpoll *p);
H A Dsink.h279 pa_rtpoll *rtpoll;
433 void pa_sink_set_rtpoll(pa_sink *s, pa_rtpoll *p);
H A Dthread-mq.c136 int pa_thread_mq_init(pa_thread_mq *q, pa_mainloop_api *mainloop, pa_rtpoll *rtpoll) { in pa_thread_mq_init()
/third_party/pulseaudio/src/modules/rtp/
H A Drtp.h45 pa_rtpoll_item* pa_rtp_context_get_rtpoll_item(pa_rtp_context *c, pa_rtpoll *rtpoll);
H A Drtp-native.c392 pa_rtpoll_item* pa_rtp_context_get_rtpoll_item(pa_rtp_context *c, pa_rtpoll *rtpoll) { in pa_rtp_context_get_rtpoll_item()
H A Drtp-gstreamer.c745 pa_rtpoll_item* pa_rtp_context_get_rtpoll_item(pa_rtp_context *c, pa_rtpoll *rtpoll) { in pa_rtp_context_get_rtpoll_item()
/third_party/pulseaudio/src/tests/
H A Drtpoll-test.c44 pa_rtpoll *p; in START_TEST()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.h77 bool pa_raop_client_register_pollfd(pa_raop_client *c, pa_rtpoll *poll, pa_rtpoll_item **poll_item);
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.h130 pa_rtpoll_item* pa_alsa_build_pollfd(snd_pcm_t *pcm, pa_rtpoll *rtpoll);
H A Dalsa-mixer.h397 int pa_alsa_set_mixer_rtpoll(struct pa_alsa_mixer_pdata *pd, snd_mixer_t *mixer, pa_rtpoll *rtp);
/third_party/pulseaudio/src/modules/
H A Dmodule-sine-source.c62 pa_rtpoll *rtpoll;
H A Dmodule-null-source.c69 pa_rtpoll *rtpoll;
H A Dmodule-pipe-source.c72 pa_rtpoll *rtpoll;
H A Dmodule-null-sink.c70 pa_rtpoll *rtpoll;
H A Dmodule-esound-sink.c94 pa_rtpoll *rtpoll;
H A Dmodule-pipe-sink.c77 pa_rtpoll *rtpoll;
H A Dmodule-tunnel-sink-new.c100 pa_rtpoll *rtpoll;
H A Dmodule-tunnel-source-new.c98 pa_rtpoll *rtpoll;
H A Dmodule-virtual-source.c81 pa_rtpoll *rtpoll;
H A Dmodule-zeroconf-publish.c129 pa_rtpoll *rtpoll;
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c91 pa_rtpoll *rtpoll;
H A Dmodule-jack-source.c79 pa_rtpoll *rtpoll;

Completed in 17 milliseconds

12