Home
last modified time | relevance | path

Searched refs:io_event_cb (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/modules/
Dstdin-util.h78 void io_event_cb(
Dstdin-util.c261 void io_event_cb( in io_event_cb() function
/third_party/pulseaudio/src/modules/gconf/
Dmodule-gconf.c64 io_event_cb, in pa__init()
/third_party/pulseaudio/src/modules/gsettings/
Dmodule-gsettings.c68 io_event_cb, in pa__init()
/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c217 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/
Dpadsp.c1140 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()