HomeSort by relevance Sort by last modified time
    Searched refs:qemu_set_fd_handler2 (Results 1 - 10 of 10) sorted by null

  /external/qemu/
iohandler.c 50 int qemu_set_fd_handler2(int fd, function
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
aio-android.c 97 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
aio.c 96 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
qemu-char.c 638 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL);
654 qemu_set_fd_handler2(s->fd_in, fd_chr_read_poll,
667 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL);
779 qemu_set_fd_handler2(0, NULL, NULL, NULL, NULL);
829 qemu_set_fd_handler2(0, NULL, NULL, NULL, NULL);
849 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr);
977 qemu_set_fd_handler2(s->fd, pty_chr_read_poll,
996 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
1032 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
    [all...]
main-loop.c 94 qemu_set_fd_handler2(fds[0], NULL, qemu_event_read, NULL,
  /external/qemu/include/sysemu/
char.h 120 int qemu_set_fd_handler2(int fd,
  /external/qemu/ui/
vnc-android.c 893 qemu_set_fd_handler2(vs->csock, NULL, NULL, NULL, NULL);
1036 qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL, vs);
    [all...]
vnc.c 885 qemu_set_fd_handler2(vs->csock, NULL, NULL, NULL, NULL);
1028 qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL, vs);
    [all...]
  /external/qemu/net/
net-android.c 1193 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1209 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
1239 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
    [all...]
net.c 1090 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1106 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
1136 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
    [all...]

Completed in 1897 milliseconds