HomeSort by relevance Sort by last modified time
    Searched defs:POLLIN (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
poll.h 26 #define POLLIN 0x001 /* There is data to read. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
poll.h 26 #define POLLIN 0x001 /* There is data to read. */
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 21 #define POLLIN 0x0001
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 66 #define POLLIN 0x0001
  /external/curl/lib/
select.h 40 !defined(POLLIN)
42 #define POLLIN 0x01
59 #define POLLRDNORM POLLIN
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 6 #define POLLIN 0x0001
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 5 #define POLLIN 0x0001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 5 #define POLLIN 0x0001
  /external/libusb/libusb/os/
poll_windows.h 60 #define POLLIN 0x0001 /* There is data to read */
  /art/runtime/
native_stack_dump.cc 154 struct pollfd read_fd{in, POLLIN, 0};
167 if (!(read_fd.revents & POLLIN)) {
  /external/fio/os/
os-windows.h 80 #define POLLIN 2
  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue-test.cpp 66 pollfd pfd{queue->queue_fd(), POLLIN, 0};
  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 637 TEST_F(ServiceFrameworkTest, PollIn) {
647 pollfd pfd{client->event_fd(), POLLIN, 0};
655 ASSERT_TRUE((POLLIN & pfd.revents) != 0);
668 pollfd pfd{client->event_fd(), POLLIN, 0};
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 126 POLLIN = C.POLLIN
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 126 POLLIN = C.POLLIN
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelMulticastTest.java 41 import static android.system.OsConstants.POLLIN;
795 IoBridge.poll(receivingChannel.socket().getFileDescriptor$(), POLLIN, 1000);
807 IoBridge.poll(receivingChannel.socket().getFileDescriptor$(), POLLIN, 1000);
820 IoBridge.poll(receivingChannel.socket().getFileDescriptor$(), POLLIN, 1000);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 384 public static final int POLLIN = placeholder();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1049 POLLIN = 0x0001
STROPTS.py 1344 POLLIN = 0x0001
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 880 milliseconds

1 2