HomeSort by relevance Sort by last modified time
    Searched refs:POLLIN (Results 201 - 225 of 281) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iproute2/misc/
ifstat.c 490 p.events = p.revents = POLLIN;
511 && (p.revents&POLLIN)) {
nstat.c 375 p.events = p.revents = POLLIN;
396 && (p.revents&POLLIN)) {
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 251 pfd.events = POLLIN;
270 } else if (pfd.revents & POLLIN) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 107 if flags & select.POLLIN:
182 flags |= select.POLLIN | select.POLLPRI
telnetlib.py 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 107 if flags & select.POLLIN:
182 flags |= select.POLLIN | select.POLLPRI
telnetlib.py 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
  /system/core/liblog/
log_read.c 312 p.events = POLLIN;
321 if (!(p.revents & POLLIN)) {
  /device/asus/flo/power/
power_flo.c 201 pfd.events = POLLIN;
  /device/lge/hammerhead/power/
power_hammerhead.c 201 pfd.events = POLLIN;
  /device/lge/mako/power/
power_mako.c 201 pfd.events = POLLIN;
  /external/chromium_org/mojo/embedder/
platform_channel_pair_posix_unittest.cc 38 pfds.events = POLLIN;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 91 status |= POLLIN;
  /external/chromium_org/net/socket/
unix_domain_listen_socket_posix_unittest.cc 331 poll_fd.events = POLLIN;
  /system/core/debuggerd/
debuggerd.cpp 141 pollfds[0].events = POLLIN;
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/fio/os/windows/
posix.c 761 if (fds[i].events & POLLIN)
778 if ((fds[i].events & POLLIN) && FD_ISSET(fds[i].fd, &readfds))
779 fds[i].revents |= POLLIN;
  /external/valgrind/main/auxprogs/
valgrind-di-server.c     [all...]
  /external/valgrind/main/coregrind/
vgdb.c 844 pollfds[FROM_GDB].events = POLLIN;
852 pollfds[FROM_PID].events = POLLIN;
874 if (pollfds[ck].revents & POLLIN) {
884 default: XERROR(0, "unexpected POLLIN on %s\n",
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 1129 events |= POLLIN;
1177 if (info->revents & POLLIN) {
1225 int events = POLLIN | POLLOUT;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 1111 pollfds[nr_fds].events = POLLIN;
1115 pollfds[nr_fds].events = POLLIN;
1135 if (pollfds[nr_stdin].revents & POLLIN)
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 266 pollfd.events = (short) POLLIN; // "error: possible loss of precision"
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
socket_node.cc 365 Error err = wait.WaitOnEvent(POLLIN, ms);
  /external/fio/
server.c 796 .events = POLLIN,
817 if (pfd.revents & POLLIN)
870 pfd.events = POLLIN;
888 if (pfd.revents & POLLIN)
    [all...]
  /system/core/init/
property_service.c 286 ufds[0].events = POLLIN;

Completed in 652 milliseconds

1 2 3 4 5 6 7 891011>>