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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
tcp_node.cc 414 Error err = wait.WaitOnEvent(POLLIN, ms);
425 emitter_->ClearEvents_Locked(POLLIN);
  /external/fio/engines/
binject.c 56 if (pfds[i].revents & POLLIN)
118 bd->pfds[i].events = POLLIN;
sg.c 58 if (pfds[i].revents & POLLIN)
86 sd->pfds[i].events = POLLIN;
  /external/iproute2/misc/
rtacct.c 369 p.events = p.revents = POLLIN;
390 && (p.revents&POLLIN)) {
  /system/core/logd/tests/
logd_test.cpp 52 .events = POLLIN,
57 if ((ret <= 0) || !(p.revents & POLLIN)) {
  /system/core/logwrapper/
logwrap.c 300 .events = POLLIN,
357 if (poll_fds[0].revents & POLLIN) {
  /device/asus/grouper/power/
power.c 177 pfd.events = POLLIN;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc 63 return POLLIN | POLLOUT;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 384 struct pollfd pollfd = { sock_, POLLIN|POLLOUT, 0 };
703 struct pollfd pollfd = { server_sock, POLLIN|POLLOUT, 0 };
715 pollfd.events = POLLIN | POLLOUT;
730 pollfd.events = POLLIN | POLLOUT;
  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 191 struct pollfd poll_fd = {fds[0], POLLIN | POLLRDHUP, 0};
  /external/fio/os/
os-windows.h 74 #define POLLIN 2
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 513 return ((set->revents & POLLIN) == POLLIN) || ((set->revents & POLLRDNORM) == POLLRDNORM) ;
629 fds[0].events = POLLIN | POLLERR | POLLRDNORM;
633 fds[1].events = POLLIN | POLLERR | POLLRDNORM;
    [all...]
  /external/libnl/lib/
cache_mngr.c 320 .events = POLLIN,
  /external/libselinux/src/
avc_internal.c 103 struct pollfd pfd = { fd, POLLIN | POLLPRI, 0 };
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c 76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN };
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp     [all...]
  /external/qemu/distrib/libselinux/src/
avc_internal.c 103 struct pollfd pfd = { fd, POLLIN | POLLPRI, 0 };
  /external/wpa_supplicant_8/src/utils/
eloop.c 360 pollfds[nxt].events = POLLIN;
391 * handling. Set the POLLIN bit in this case.
404 pfd->events = POLLIN;
456 max_pollfd_map, POLLIN | POLLERR |
1088 pfd.events = POLLIN;
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 185 mPollFds[MPUIRQ_FD].events = POLLIN;
196 mPollFds[ACCELIRQ_FD].events = POLLIN;
207 mPollFds[TIMERIRQ_FD].events = POLLIN;
312 if (mPollFds[i].revents & POLLIN) {
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 94 .events = POLLIN,
  /system/core/init/
init.c 1119 ufds[fd_count].events = POLLIN;
1126 ufds[fd_count].events = POLLIN;
1133 ufds[fd_count].events = POLLIN;
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 600 mPollFds[0].events = POLLIN;
622 case POLLIN: {
665 mPollFds[0].events = POLLIN;
674 mPollFds[i].events = POLLIN;
  /external/blktrace/
blktrace.c     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 37 * - leave the core functions call the poll routine and flag POLLIN/POLLOUT
504 * Currently, this function only accepts one of POLLIN or POLLOUT per fd
530 // Only one of POLLIN or POLLOUT can be selected with this version of poll (not both)
531 if ((fds[i].events & ~POLLIN) && (!(fds[i].events & POLLOUT))) {
555 if ((fds[i].events & POLLIN) && (poll_fd[_index].rw != RW_READ)) {
558 usbi_warn(NULL, "attempted POLLIN on fd without READ access");
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 97 #define _PR_UNIX_POLL_READ POLLIN
533 #define POLLIN 0x0001 /* fd is readable */

Completed in 1983 milliseconds

1 2 3 4 5 6 78 91011>>