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

1 2 3 4 5 6 78 91011

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
mixer.h 108 int snd_mixer_poll_descriptors_revents(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fuse.h 559 __u32 revents; member in struct:fuse_poll_out
  /system/bt/hci/src/
hci_layer_linux.cc 336 if (fds[0].revents & POLLIN) {
  /system/core/init/
subcontext.cpp 171 ufd[0].revents = 0;
  /system/core/libsync/
sync.c 117 if (fds.revents & (POLLERR | POLLNVAL)) {
  /device/generic/goldfish/fingerprint/
fingerprint.c 720 // Reset revents before poll() (just to be safe)
721 pfd.revents = 0;
741 if (pfd.revents & POLLIN) {
743 disconnected = pfd.revents & (POLLERR | POLLHUP);
  /external/compiler-rt/test/dfsan/
custom.cc 576 dfsan_set_label(i_label, &fd.revents, sizeof(fd.revents));
578 ASSERT_ZERO_LABEL(fd.revents);
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 714 if(pollfds[0].revents & (POLLIN | POLLOUT)) {
717 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
test_request_response.c 702 if(pollfds[0].revents & (POLLIN | POLLOUT)) {
705 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 249 pfd.revents = 0;
429 pfd.revents = 0;
611 pfd.revents = 0;
  /external/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c 462 if (pollfd[1].revents & POLLIN) {
468 if (!(pollfd[0].revents & POLLIN))
469 fprintf(stderr, "pollfd[0].revents %d\n",
470 pollfd[0].revents), exit(1);
    [all...]
  /external/valgrind/auxprogs/
valgrind-di-server.c     [all...]
  /external/blktrace/
blktrace.c 461 pfd->revents = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 545 while (!self->ufds[i].revents) {
561 /* The &0xffff is a workaround for AIX. 'revents'
565 num = PyInt_FromLong(self->ufds[i].revents & 0xffff);
684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 578 while (!self->ufds[i].revents) {
594 /* The &0xffff is a workaround for AIX. 'revents'
598 num = PyInt_FromLong(self->ufds[i].revents & 0xffff);
718 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 545 while (!self->ufds[i].revents) {
561 /* The &0xffff is a workaround for AIX. 'revents'
565 num = PyInt_FromLong(self->ufds[i].revents & 0xffff);
684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 567 while (!self->ufds[i].revents) {
583 /* The &0xffff is a workaround for AIX. 'revents'
587 num = PyInt_FromLong(self->ufds[i].revents & 0xffff);
707 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /device/google/contexthub/util/nanotool/
androidcontexthub.cpp 257 if (pollfds[i].revents & POLLIN) {
  /external/fio/engines/
binject.c 56 if (pfds[i].revents & POLLIN)
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 411 ASSERT_TRUE(pfd.revents & POLLIN);
  /external/kernel-headers/original/uapi/linux/
fuse.h 675 uint32_t revents; member in struct:fuse_poll_out
  /external/python/cpython3/Modules/
selectmodule.c 621 while (!self->ufds[i].revents) {
637 /* The &0xffff is a workaround for AIX. 'revents'
641 num = PyLong_FromLong(self->ufds[i].revents & 0xffff);
965 num2 = PyLong_FromLong(self->fds[i].revents);
    [all...]
  /external/v4l2_codec2/vda/
v4l2_device.cc 176 *event_pending = (pollfd != -1 && pollfds[pollfd].revents & POLLPRI);
  /external/valgrind/include/vki/
vki-arm-linux.h 538 short revents; member in struct:vki_pollfd
vki-ppc32-linux.h 675 short revents; member in struct:vki_pollfd
    [all...]

Completed in 437 milliseconds

1 2 3 4 5 6 78 91011