Searched refs:watch_add (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_smartcard.c | 118 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 D | spiceqxl_vdagent.c | 123 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 D | spiceqxl_main_loop.c | 210 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 D | spiceqxl_uinput.c | 135 uinput_watch = qxl->core->watch_add(uinput_fd, SPICE_WATCH_EVENT_READ,
|
| H A D | spiceqxl_audio.c | 365 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