Home
last modified time | relevance | path

Searched refs:PA_IO_EVENT_OUTPUT (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Diochannel.c88 f |= PA_IO_EVENT_OUTPUT; in enable_events()
117 io->mainloop->io_enable(io->output_event, PA_IO_EVENT_OUTPUT); in enable_events()
119 … io->output_event = io->mainloop->io_new(io->mainloop, io->ofd, PA_IO_EVENT_OUTPUT, callback, io); in enable_events()
148 if ((f & PA_IO_EVENT_OUTPUT) && !io->writable) { in callback()
Davahi-wrap.c47 (e & PA_IO_EVENT_OUTPUT ? AVAHI_WATCH_OUT : 0) | in translate_io_flags_back()
55 (e & AVAHI_WATCH_OUT ? PA_IO_EVENT_OUTPUT : 0) | in translate_io_flags()
Ddbus-util.c93 events |= PA_IO_EVENT_OUTPUT; in get_watch_flags()
112 if (events & PA_IO_EVENT_OUTPUT) in handle_io_event()
Dsocket-client.c206 c->io_event = c->mainloop->io_new(c->mainloop, c->fd, PA_IO_EVENT_OUTPUT, connect_io_cb, c);
/third_party/pulseaudio/src/pulse/
Dmainloop-api.h60 PA_IO_EVENT_OUTPUT = 2, /**< Output event */ enumerator
Dohos_glib-mainloop.c198 (flags & PA_IO_EVENT_OUTPUT ? G_IO_OUT : 0) | in map_flags_to_glib()
206 (flags & G_IO_OUT ? PA_IO_EVENT_OUTPUT : 0) | in map_flags_from_glib()
Dglib-mainloop.c197 (flags & PA_IO_EVENT_OUTPUT ? G_IO_OUT : 0) | in map_flags_to_glib()
205 (flags & G_IO_OUT ? PA_IO_EVENT_OUTPUT : 0) | in map_flags_from_glib()
Dmainloop.c134 (flags & PA_IO_EVENT_OUTPUT ? POLLOUT : 0) | in map_flags_to_libc()
142 (flags & POLLOUT ? PA_IO_EVENT_OUTPUT : 0) | in map_flags_from_libc()
/third_party/pulseaudio/src/utils/
Dpadsp.c822 i->io_flags |= PA_IO_EVENT_OUTPUT; in stream_request_cb()
824 i->io_flags &= ~PA_IO_EVENT_OUTPUT; in stream_request_cb()
976 i->io_flags |= PA_IO_EVENT_OUTPUT; in fd_info_copy_data()
978 i->io_flags &= ~PA_IO_EVENT_OUTPUT; in fd_info_copy_data()
1129 i->io_flags |= PA_IO_EVENT_OUTPUT; in free_streams()
1155 } else if (flags & PA_IO_EVENT_OUTPUT) { in io_event_cb()
1201 i->io_flags = PA_IO_EVENT_OUTPUT; in dsp_open()
1211 i->io_flags = PA_IO_EVENT_INPUT | PA_IO_EVENT_OUTPUT; in dsp_open()
Dpacat.c238 mainloop_api->io_enable(stdio_event, PA_IO_EVENT_OUTPUT); in stream_read_callback()
1181 … mode == PLAYBACK ? PA_IO_EVENT_INPUT : PA_IO_EVENT_OUTPUT, in main()
/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c230 if (events & PA_IO_EVENT_OUTPUT) in io_event_cb()
270 events |= PA_IO_EVENT_OUTPUT; in get_watch_flags()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c354 if (events & PA_IO_EVENT_OUTPUT) in io_cb()
462 ((fdl->fds[i].events & POLLOUT) ? PA_IO_EVENT_OUTPUT : 0), in defer_cb()