Home
last modified time | relevance | path

Searched refs:pa_time_event_cb_t (Results 1 – 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dmainloop-api.h75 typedef void (*pa_time_event_cb_t)(pa_mainloop_api*a, pa_time_event* e, const struct timeval *tv, v… typedef
101 …pa_time_event* (*time_new)(pa_mainloop_api*a, const struct timeval *tv, pa_time_event_cb_t cb, voi…
Dcontext.h263 pa_time_event* pa_context_rttime_new(const pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, vo…
Dglib-mainloop.c55 pa_time_event_cb_t callback;
279 pa_time_event_cb_t cb, in glib_time_new()
Dohos_glib-mainloop.c56 pa_time_event_cb_t callback;
280 pa_time_event_cb_t cb, in glib_time_new()
Dmainloop.c79 pa_time_event_cb_t callback;
315 pa_time_event_cb_t callback, in mainloop_time_new()
Dcontext.c1625 pa_time_event* pa_context_rttime_new(const pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, vo…
/third_party/pulseaudio/src/pulsecore/
Dcore.h275 pa_time_event* pa_core_rttime_new(pa_core *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata…
Dcore.c559 pa_time_event* pa_core_rttime_new(pa_core *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata… in pa_core_rttime_new()
/third_party/pulseaudio/vala/
Dlibpulse.vapi789 [CCode (cname = "pa_time_event_cb_t")]