Searched refs:io_event_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | stdin-util.h | 78 void io_event_cb(
|
D | stdin-util.c | 261 void io_event_cb( in io_event_cb() function
|
/third_party/pulseaudio/src/modules/gconf/ |
D | module-gconf.c | 64 io_event_cb, in pa__init()
|
/third_party/pulseaudio/src/modules/gsettings/ |
D | module-gsettings.c | 68 io_event_cb, in pa__init()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | module-dbus-protocol.c | 217 static void io_event_cb(pa_mainloop_api *mainloop, pa_io_event *e, int fd, pa_io_event_flags_t even… in io_event_cb() function 289 get_watch_flags(watch), io_event_cb, watch); in watch_add_cb()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 1140 static void io_event_cb(pa_mainloop_api *api, pa_io_event *e, int fd, pa_io_event_flags_t flags, vo… in io_event_cb() function 1220 if (!(i->io_event = api->io_new(api, i->thread_fd, i->io_flags, io_event_cb, i))) in dsp_open()
|