Searched refs:sap_event_cb (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/rtp/ |
D | module-rtp-send.c | 195 static void sap_event_cb(pa_mainloop_api *m, pa_time_event *t, const struct timeval *tv, void *user… in sap_event_cb() function 501 u->sap_event = pa_core_rttime_new(m->core, pa_rtclock_now() + SAP_INTERVAL, sap_event_cb, u); in pa__init()
|
D | module-rtp-recv.c | 612 static void sap_event_cb(pa_mainloop_api *m, pa_io_event *e, int fd, pa_io_event_flags_t flags, voi… in sap_event_cb() function 730 …u->sap_event = m->core->mainloop->io_new(m->core->mainloop, fd, PA_IO_EVENT_INPUT, sap_event_cb, u… in pa__init()
|