HomeSort by: relevance | last modified time | path
    Searched refs:watch_add (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
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);
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
spiceqxl_main_loop.c 210 static SpiceWatch *watch_add(int fd, int event_mask, SpiceWatchFunc func, void *opaque) function
382 static SpiceWatch *watch_add(int fd, int event_mask, SpiceWatchFunc func, void *opaque) function
431 core.watch_add = watch_add;
spiceqxl_uinput.c 135 uinput_watch = qxl->core->watch_add(uinput_fd, SPICE_WATCH_EVENT_READ,
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 9 milliseconds