Home
last modified time | relevance | path

Searched refs:pa_time_event_destroy_cb_t (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dmainloop-api.h77 typedef void (*pa_time_event_destroy_cb_t)(pa_mainloop_api*a, pa_time_event *e, void *userdata); typedef
107 void (*time_set_destroy)(pa_time_event *e, pa_time_event_destroy_cb_t cb);
Dglib-mainloop.c57 pa_time_event_destroy_cb_t destroy_callback;
354 static void glib_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t cb) { in glib_time_set_destroy()
Dohos_glib-mainloop.c58 pa_time_event_destroy_cb_t destroy_callback;
355 static void glib_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t cb) { in glib_time_set_destroy()
Dmainloop.c77 pa_time_event_destroy_cb_t destroy_callback;
409 static void mainloop_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t callback) { in mainloop_time_set_destroy()