Home
last modified time | relevance | path

Searched defs:pa_io_event (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dglib-mainloop.c34 struct pa_io_event { struct
41 pa_io_event_cb_t callback; argument
43 pa_io_event_destroy_cb_t destroy_callback; argument
45 PA_LLIST_FIELDS(pa_io_event); argument
Dohos_glib-mainloop.c35 struct pa_io_event { struct
42 pa_io_event_cb_t callback; argument
44 pa_io_event_destroy_cb_t destroy_callback; argument
46 PA_LLIST_FIELDS(pa_io_event); argument
Dmainloop.c57 struct pa_io_event { struct
62 pa_io_event_flags_t events; argument
65 pa_io_event_cb_t callback; argument
67 pa_io_event_destroy_cb_t destroy_callback; argument
69 PA_LLIST_FIELDS(pa_io_event); argument
Dmainloop-api.h66 typedef struct pa_io_event pa_io_event; typedef