HomeSort by relevance Sort by last modified time
    Searched defs:fd_write (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bio/
bss_fd.c 84 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);
  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.h 101 int fd_write; member in class:TIUTILS::MessageQueue
  /external/qemu/
iohandler.c 38 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(ioh->opaque)
    [all...]
vl-android-ui.c 69 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)
  /external/qemu/android/
looper-qemu.c 208 IOHandler* fd_write = (wanted & LOOP_IO_WRITE) ? qloopio_handleWrite : NULL; local
209 qemu_set_fd_handler(io->fd, fd_read, fd_write, io);
  /development/tools/emulator/system/qemud/
qemud.c 220 fd_write(int fd, const void* from, int len) function
931 if ((len = fd_write(f->fd, p->data + f->out_pos, avail)) < 0) {
    [all...]
  /sdk/emulator/qemud/
qemud.c 220 fd_write(int fd, const void* from, int len) function
931 if ((len = fd_write(f->fd, p->data + f->out_pos, avail)) < 0) {
    [all...]

Completed in 476 milliseconds