HomeSort by relevance Sort by last modified time
    Searched refs:POLLIN (Results 276 - 300 of 359) sorted by null

<<1112131415

  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 428 pollfd pfd = {fd.Get(), POLLIN, 0};
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 900 .events = POLLIN,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 763 .events = POLLIN,
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 279 pfd[0].events = POLLIN;
arec.c 265 pfd[0].events = POLLIN;
  /system/connectivity/wificond/net/
netlink_manager.cpp 286 netlink_output.events = POLLIN;
  /system/core/libsync/tests/
sync_test.cpp 401 fds.events = POLLIN | POLLERR;
  /external/fio/engines/
net.c 635 ret = poll_wait(td, io_u->file->fd, POLLIN);
846 if (poll_wait(td, nd->listenfd, POLLIN) < 0)
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 646 .events = POLLPRI | POLLIN,
703 return PostThreadPollInterruptible(vsync_sleep_timer_fd_, POLLIN,
    [all...]
  /external/curl/lib/
multi.c 1023 ufds[nfds].events = POLLIN;
1047 ufds[nfds].events |= POLLIN;
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 804 fds[0].events = POLLIN;
806 fds[1].events = POLLIN;
829 fds[0].events = POLLIN;
831 fds[1].events = POLLIN;
851 fds[0].events = POLLIN;
853 fds[1].events = POLLIN;
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 1255 pfd[0].events = POLLIN;
1257 pfd[1].events = POLLIN;
    [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 127 (select.POLLIN, 'read'),
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)
675 # we don't care if it is select.POLLIN or timeout, that's
  /external/compiler-rt/test/dfsan/
custom.cc 575 fd.events = POLLIN;
  /external/libcups/cups/
snmp.c 379 pfd.events = POLLIN;
    [all...]
  /external/libusb/libusb/os/
wince_usb.c 618 usbi_add_pollfd(ctx, transfer_priv->pollable_fd.fd, direction_in ? POLLIN : POLLOUT);
  /external/mesa3d/src/vulkan/wsi/
wsi_common_x11.c 671 pfds.events = POLLIN;
    [all...]
  /external/python/cpython2/Lib/test/
test_asyncore.py 127 (select.POLLIN, 'read'),
  /external/python/cpython3/Lib/test/
test_asyncore.py 140 (select.POLLIN, 'read'),
  /external/wayland/src/
wayland-client.c     [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue-test.cpp 66 pollfd pfd{queue->queue_fd(), POLLIN, 0};
  /libcore/luni/src/main/java/android/system/
OsConstants.java 384 public static final int POLLIN = placeholder();
    [all...]
  /libcore/ojluni/src/main/native/
Net.c 774 return (jshort)POLLIN;

Completed in 596 milliseconds

<<1112131415