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

  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.cpp 52 this->fd_read = 0;
58 this->fd_read = fds[0];
77 if(this->fd_read >= 0)
79 close(this->fd_read);
110 if(!this->fd_read)
122 int err = read(this->fd_read, p, sizeof(*msg) - read_bytes);
153 return this->fd_read;
167 if ( -1 != this->fd_read )
169 close(this->fd_read);
172 this->fd_read = fd
    [all...]
MessageQueue.h 100 int fd_read; member in class:TIUTILS::MessageQueue
  /external/qemu/
iohandler.c 37 IOHandler *fd_read; member in struct:IOHandlerRecord
52 IOHandler *fd_read,
58 if (!fd_read && !fd_write) {
75 ioh->fd_read = fd_read;
84 IOHandler *fd_read,
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
98 if (ioh->fd_read &&
119 if (!ioh->deleted && ioh->fd_read && FD_ISSET(ioh->fd, readfds)) {
120 ioh->fd_read(ioh->opaque)
    [all...]
vl-android-ui.c 68 IOHandler* fd_read; member in struct:IOHandlerRecord
83 ioh->fd_read(ioh->opaque);
96 IOHandler *fd_read,
102 if (!fd_read && !fd_write) {
130 ioh->fd_read = fd_read;
134 if (fd_read != NULL)
qemu-char.h 93 IOReadHandler *fd_read,
122 IOHandler *fd_read,
126 IOHandler *fd_read,
qemu-char.c 225 IOReadHandler *fd_read,
229 if (!opaque && !fd_can_read && !fd_read && !fd_event) {
234 s->chr_read = fd_read;
    [all...]
  /external/openssl/crypto/bio/
bss_fd.c 85 static int fd_read(BIO *h, char *buf, int size);
97 fd_read,
144 static int fd_read(BIO *b, char *out,int outl) function
244 while ( (ptr < end) && (fd_read(bp, ptr, 1) > 0) && (ptr[0] != '\n') )
  /external/qemu/android/
looper-qemu.c 207 IOHandler* fd_read = (wanted & LOOP_IO_READ) ? qloopio_handleRead : NULL; local
209 qemu_set_fd_handler(io->fd, fd_read, fd_write, io);
  /development/tools/emulator/system/qemud/
qemud.c 208 fd_read(int fd, void* to, int len) function
909 if ((len = fd_read(f->fd, p->data, MAX_PAYLOAD)) < 0) {
    [all...]
  /sdk/emulator/qemud/
qemud.c 208 fd_read(int fd, void* to, int len) function
909 if ((len = fd_read(f->fd, p->data, MAX_PAYLOAD)) < 0) {
    [all...]

Completed in 258 milliseconds