Searched refs:PA_IO_EVENT_OUTPUT (Results 1 – 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | iochannel.c | 88 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()
|
D | avahi-wrap.c | 47 (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()
|
D | dbus-util.c | 93 events |= PA_IO_EVENT_OUTPUT; in get_watch_flags() 112 if (events & PA_IO_EVENT_OUTPUT) in handle_io_event()
|
D | socket-client.c | 206 c->io_event = c->mainloop->io_new(c->mainloop, c->fd, PA_IO_EVENT_OUTPUT, connect_io_cb, c);
|
/third_party/pulseaudio/src/pulse/ |
D | mainloop-api.h | 60 PA_IO_EVENT_OUTPUT = 2, /**< Output event */ enumerator
|
D | ohos_glib-mainloop.c | 198 (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()
|
D | glib-mainloop.c | 197 (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()
|
D | mainloop.c | 134 (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/ |
D | padsp.c | 822 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()
|
D | pacat.c | 238 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/ |
D | module-dbus-protocol.c | 230 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/ |
D | alsa-mixer.c | 354 if (events & PA_IO_EVENT_OUTPUT) in io_cb() 462 ((fdl->fds[i].events & POLLOUT) ? PA_IO_EVENT_OUTPUT : 0), in defer_cb()
|