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

  /hardware/ti/omap4-aah/libtiutils/
MessageQueue.cpp 53 this->fd_read = 0;
59 this->fd_read = fds[0];
78 if(this->fd_read >= 0)
80 close(this->fd_read);
111 if(!this->fd_read)
123 int err = read(this->fd_read, p, sizeof(*msg) - read_bytes);
154 return this->fd_read;
168 if ( -1 != this->fd_read )
170 close(this->fd_read);
173 this->fd_read = fd
    [all...]
MessageQueue.h 87 int fd_read; member in class:Ti::Utils::MessageQueue
  /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...]
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/qemu/include/sysemu/
char.h 93 IOReadHandler *fd_read,
122 IOHandler *fd_read,
126 IOHandler *fd_read,
  /external/chromium_org/third_party/openssl/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/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);
  /device/generic/goldfish/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 1507 milliseconds