Lines Matching defs:events
222 * separate events for the two devices, and the intermediate state between
223 * the two events is such that the second event doesn't trigger the desired
246 * We should somehow merge the two events so that
330 static void io_cb(pa_mainloop_api *a, pa_io_event *e, int fd, pa_io_event_flags_t events, void *userdata) {
352 if (events & PA_IO_EVENT_INPUT)
354 if (events & PA_IO_EVENT_OUTPUT)
356 if (events & PA_IO_EVENT_ERROR)
358 if (events & PA_IO_EVENT_HANGUP)
461 ((fdl->fds[i].events & POLLIN) ? PA_IO_EVENT_INPUT : 0) |
462 ((fdl->fds[i].events & POLLOUT) ? PA_IO_EVENT_OUTPUT : 0),