Searched refs:watch_add (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_smartcard.c118 smartcard_sin.watch = qxl->core->watch_add(smartcard_sin.fd, SPICE_WATCH_EVENT_READ, on_read_available, qxl);
183 smartcard_sin.listen_watch = qxl->core->watch_add(smartcard_sin.listen_fd, SPICE_WATCH_EVENT_READ, on_accept_available, qxl);
H A Dspiceqxl_vdagent.c123 virtio_client_watch = qxl->core->watch_add(virtio_client_fd, SPICE_WATCH_EVENT_READ
172 qxl->core->watch_add(virtio_fd, SPICE_WATCH_EVENT_READ
H A Dspiceqxl_main_loop.c210 static SpiceWatch *watch_add(int fd, int event_mask, SpiceWatchFunc func, void *opaque) function in typeref:typename:SpiceWatch *
382 static SpiceWatch *watch_add(int fd, int event_mask, SpiceWatchFunc func, void *opaque) function in typeref:typename:SpiceWatch *
431 core.watch_add = watch_add;
H A Dspiceqxl_uinput.c135 uinput_watch = qxl->core->watch_add(uinput_fd, SPICE_WATCH_EVENT_READ,
H A Dspiceqxl_audio.c365 f->watch = qxl->core->watch_add(f->fd, SPICE_WATCH_EVENT_READ, read_from_fifos, qxl);
424 f->watch = qxl->core->watch_add(f->fd, SPICE_WATCH_EVENT_READ, read_from_fifos, qxl);
540 data->fifo_dir_qxl_watch = qxl->core->watch_add(data->dir_watch,

Completed in 4 milliseconds