HomeSort by relevance Sort by last modified time
    Searched refs:POLLNVAL (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
poll.h 27 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
poll.h 27 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
poll.h 27 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
poll.h 20 #define POLLNVAL 0x0020
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.h 59 #define POLLNVAL 0x0020 /* Invalid request: fd not open */
poll_windows.c 544 fds[i].revents |= POLLNVAL | POLLERR;
556 fds[i].revents |= POLLNVAL | POLLERR;
565 fds[i].revents |= POLLNVAL | POLLERR;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poll.py 81 self.assertEqual(r[0], (FD, select.POLLNVAL))
91 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poll.py 81 self.assertEqual(r[0], (FD, select.POLLNVAL))
91 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 709 pfdProxyPlayback[1].revents & POLLNVAL) {
718 pfdProxyPlayback[0].revents & POLLNVAL) {
751 pfdUsbPlayback[1].revents & POLLNVAL) {
760 pfdUsbPlayback[0].revents & POLLNVAL) {
815 pfdUsbPlayback[1].events = (POLLIN | POLLOUT | POLLERR | POLLNVAL | POLLHUP);
833 pfdProxyPlayback[0].events = (POLLIN); // | POLLERR | POLLNVAL);
836 pfdProxyPlayback[1].events = (POLLIN | POLLOUT| POLLERR | POLLNVAL);
    [all...]
  /external/libpcap/tests/
selpolltest.c 221 if (fd.revents & POLLNVAL)
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 71 if (events & POLLNVAL) APPL_TRACE_DEBUG(" POLLNVAL "); \
77 #define POLL_EXCEPTION_EVENTS (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL)
btif_pan.c 675 #define IS_EXCEPTION(e) ((e) & (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL))
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 101 #define _PR_UNIX_POLL_NVAL POLLNVAL
545 #define POLLNVAL 0x0020 /* invalid pollfd entry */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
189 flags |= select.POLLERR | select.POLLHUP | select.POLLNVAL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
189 flags |= select.POLLERR | select.POLLHUP | select.POLLNVAL
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 789 if (pfd.revents & (POLLHUP|POLLNVAL) )
  /external/chromium_org/net/third_party/nss/ssl/
unix_err.c 385 if (err & POLLNVAL)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)
673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):
  /external/tinyalsa/
pcm.c 1148 pfd.events = POLLOUT | POLLERR | POLLNVAL;
    [all...]

Completed in 868 milliseconds

1 2 3 45 6