Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
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
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
Dmainloop.c52 struct pa_io_event { struct
57 pa_io_event_flags_t events; argument
60 pa_io_event_cb_t callback; argument
62 pa_io_event_destroy_cb_t destroy_callback; argument
64 PA_LLIST_FIELDS(pa_io_event); argument
Dmainloop-api.h66 typedef struct pa_io_event pa_io_event; typedef