HomeSort by relevance Sort by last modified time
    Searched refs:revents (Results 151 - 175 of 227) sorted by null

1 2 3 4 5 67 8 910

  /external/iputils/
rarpd.c 707 pset[0].revents = 0;
709 pset[1].revents = 0;
720 if (pset[i].revents&EVENTS)
  /system/core/toolbox/
getevent.c 634 if(ufds[0].revents & POLLIN) {
638 if(ufds[i].revents) {
639 if(ufds[i].revents & POLLIN) {
  /external/iproute2/misc/
rtacct.c 369 p.events = p.revents = POLLIN;
390 && (p.revents&POLLIN)) {
arpd.c 799 pset[0].revents = 0;
801 pset[1].revents = 0;
820 if (pset[0].revents&EVENTS)
822 if (pset[1].revents&EVENTS)
ifstat.c 490 p.events = p.revents = POLLIN;
511 && (p.revents&POLLIN)) {
nstat.c 375 p.events = p.revents = POLLIN;
396 && (p.revents&POLLIN)) {
  /external/valgrind/main/coregrind/
vgdb.c     [all...]
  /system/core/logwrapper/
logwrap.c 361 if (poll_fds[0].revents & POLLIN) {
403 if (poll_fds[0].revents & POLLHUP) {
  /external/chromium/base/
message_pump_glib.cc 259 if (wakeup_gpollfd_->revents & G_IO_IN) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 843 info->revents = POLLNVAL;
850 info->revents = info->events & handle->node()->GetEventStatus();
858 info->revents = POLLNVAL;
875 info->revents = events[index].events;
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_udev.c 149 if (NULL == udev_monitor || POLLIN != fds.revents) {
openbsd_usb.c 506 if (!pollfd->revents)
527 if (pollfd->revents & POLLERR) {
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 478 return ((set->revents & POLLIN) == POLLIN) || ((set->revents & POLLRDNORM) == POLLRDNORM) ;
580 fds[0].revents = 0;
584 fds[1].revents = 0;
    [all...]
  /frameworks/base/services/common_time/
common_time_server.cpp 217 pfds[eventCnt].revents = 0;
225 pfds[eventCnt].revents = 0;
257 if (pfds[0].revents)
362 if ((mSocket >= 0) && (eventCnt > 1) && (pfds[1].revents)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h 156 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
control.h 230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 156 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
control.h 230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 156 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
control.h 230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /system/core/charger/
charger.c 534 static int uevent_callback(int fd, short revents, void *data)
538 if (!(revents & POLLIN))
918 static int input_callback(int fd, short revents, void *data)
924 ret = ev_get_input(fd, revents, &ev);
  /system/core/init/
init.c 1092 ufds[fd_count].revents = 0;
1099 ufds[fd_count].revents = 0;
1106 ufds[fd_count].revents = 0;
1136 if (ufds[i].revents == POLLIN) {
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 99 if (pfds[0].revents) {
104 if (pfds[1].revents) {
  /external/netcat/
netcat.c 790 if (pfd[0].revents & POLLIN) {
805 if (!dflag && pfd[1].revents & POLLIN) {
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 174 if (pfds[0].revents & POLLIN) {

Completed in 1577 milliseconds

1 2 3 4 5 67 8 910