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

  /external/chromium_org/third_party/libevent/
evport.c 99 struct fd_info { struct
113 struct fd_info *ed_fds; /* allocated fdi table */
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
191 * Verify the integrity of the fd_info struct as well as the events to
198 struct fd_info *fdi;
237 struct fd_info *tmp;
244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
249 (newsize - oldsize)*sizeof(struct fd_info));
260 * are specified (implicitly) from the fd_info struct.
263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd
    [all...]
  /bootable/recovery/minui/
events.c 36 struct fd_info { struct
46 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS];
164 struct fd_info *fdi = polledevents[n].data.ptr;
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 131 const content::FileDescriptorInfo& fd_info = files_to_register[i]; local
132 file_ids[i] = fd_info.id;
133 file_fds[i] = fd_info.fd.fd;
134 file_auto_close[i] = fd_info.fd.auto_close;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 1211 struct pollfd* fd_info = &fds[index]; local
1212 Error err = AcquireHandle(fd_info->fd, &handle);
1214 fd_info->revents = 0;
1218 fd_info->revents = POLLNVAL;
1229 if (events & fd_info->events) {
1230 fd_info->revents = events & fd_info->events;
1236 fd_info->revents = POLLNVAL;
1246 request.filter = fd_info->events;
1252 info->fds.push_back(fd_info);
1270 struct pollfd* fd_info = poll_info->fds[findex]; local
    [all...]

Completed in 126 milliseconds