/external/qemu/ |
qemu-char.h | 125 int qemu_set_fd_handler(int fd,
|
bt-host.c | 187 qemu_set_fd_handler(s->fd, bt_host_read, NULL, s);
|
bt-vhci.c | 166 qemu_set_fd_handler(s->fd, vhci_read, NULL, s);
|
iohandler.c | 83 int qemu_set_fd_handler(int fd, function
|
vl-android-ui.c | 95 int qemu_set_fd_handler(int fd, function
|
net-android.c | 1246 qemu_set_fd_handler(s->fd, NULL, NULL, NULL); [all...] |
net.c | 1118 qemu_set_fd_handler(s->fd, NULL, NULL, NULL); [all...] |
qemu-char.c | [all...] |
sockets.c | 1239 qemu_set_fd_handler( fd, NULL, NULL, NULL ); 1250 qemu_set_fd_handler( fd, socket_close_handler, NULL, (void*)fd ); [all...] |
usb-linux.c | 423 qemu_set_fd_handler(s->fd, NULL, NULL, NULL); 968 qemu_set_fd_handler(dev->fd, NULL, async_complete, dev); [all...] |
/external/qemu/telephony/ |
sysdeps_qemu.c | 238 qemu_set_fd_handler( channel->fd, read_handler, write_handler, channel ); 296 qemu_set_fd_handler( channel->fd, NULL, NULL, NULL );
|
/external/qemu/android/ |
looper-qemu.c | 209 qemu_set_fd_handler(io->fd, fd_read, fd_write, io); 252 qemu_set_fd_handler(io->fd, NULL, NULL, NULL);
|
console.c | 207 qemu_set_fd_handler( client->sock, NULL, NULL, NULL ); 224 qemu_set_fd_handler( fd, control_client_read, NULL, client ); 336 qemu_set_fd_handler( socket, control_client_read, NULL, client ); 665 qemu_set_fd_handler( fd, control_global_accept, NULL, global ); [all...] |
/external/qemu/audio/ |
ossaudio.c | 125 qemu_set_fd_handler (*fdp, NULL, NULL, NULL); 149 return qemu_set_fd_handler (oss->fd, NULL, oss_helper_poll_out, NULL); 156 return qemu_set_fd_handler (oss->fd, oss_helper_poll_in, NULL, NULL); 654 qemu_set_fd_handler (oss->fd, NULL, NULL, NULL); 838 qemu_set_fd_handler (oss->fd, NULL, NULL, NULL);
|
alsaaudio.c | 209 qemu_set_fd_handler (pfds[i].fd, NULL, NULL, NULL); 341 err = qemu_set_fd_handler (pfds[i].fd, alsa_poll_handler, 348 err = qemu_set_fd_handler (pfds[i].fd, NULL, 361 qemu_set_fd_handler (pfds[i].fd, NULL, NULL, NULL); [all...] |