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

/external/qemu/
H A Diohandler.c38 IOHandler *fd_write; member in struct:IOHandlerRecord
53 IOHandler *fd_write,
58 if (!fd_read && !fd_write) {
76 ioh->fd_write = fd_write;
85 IOHandler *fd_write,
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
105 if (ioh->fd_write) {
122 if (!ioh->deleted && ioh->fd_write && FD_ISSET(ioh->fd, writefds)) {
123 ioh->fd_write(io
50 qemu_set_fd_handler2(int fd, IOCanReadHandler *fd_read_poll, IOHandler *fd_read, IOHandler *fd_write, void *opaque) argument
83 qemu_set_fd_handler(int fd, IOHandler *fd_read, IOHandler *fd_write, void *opaque) argument
[all...]
H A Dvl-android-ui.c69 IOHandler* fd_write; member in struct:IOHandlerRecord
86 ioh->fd_write(ioh->opaque);
97 IOHandler *fd_write,
102 if (!fd_read && !fd_write) {
131 ioh->fd_write = fd_write;
139 if (fd_write != NULL)
95 qemu_set_fd_handler(int fd, IOHandler *fd_read, IOHandler *fd_write, void *opaque) argument
H A Dqemu-char.h123 IOHandler *fd_write,
127 IOHandler *fd_write,
/external/openssl/crypto/bio/
H A Dbss_fd.c84 static int fd_write(BIO *h, const char *buf, int num);
96 fd_write,
162 static int fd_write(BIO *b, const char *in, int inl) function
234 ret=fd_write(bp,str,n);
/external/qemu/android/
H A Dlooper-qemu.c208 IOHandler* fd_write = (wanted & LOOP_IO_WRITE) ? qloopio_handleWrite : NULL; local
209 qemu_set_fd_handler(io->fd, fd_read, fd_write, io);

Completed in 519 milliseconds