HomeSort by relevance Sort by last modified time
    Searched refs:revents (Results 126 - 150 of 227) sorted by null

1 2 3 4 56 7 8 910

  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 153 pfd.revents = 0;
159 if ((pfd.revents & POLLIN) == 0)
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/android-clat/
clatd.c 400 wait_fd[0].revents = 0;
403 wait_fd[1].revents = 0;
413 if((wait_fd[i].revents & POLLIN) != 0) {
  /external/chromium/net/test/
test_server_posix.cc 68 poll_fds[0].revents = 0;
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 251 if (wakeup_gpollfd_->revents & G_IO_IN) {
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc 71 poll_fds[0].revents = 0;
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 233 if (POLLIN != fds.revents) {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_vsync.cpp 118 if (pfd[dpy].revents & POLLPRI) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 235 * mangle the revents of poll descriptors
237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 235 * mangle the revents of poll descriptors
237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 235 * mangle the revents of poll descriptors
237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /external/strace/
strace.c 150 int revents; member in struct:proc_pollfd
    [all...]
  /external/chromium/third_party/libevent/
devpoll.c 121 pfd->revents = 0;
249 int what = events[i].revents;
poll.c 172 what = pop->event_set[i].revents;
291 pfd->revents = 0;
  /external/chromium_org/third_party/libevent/
devpoll.c 121 pfd->revents = 0;
249 int what = events[i].revents;
poll.c 172 what = pop->event_set[i].revents;
291 pfd->revents = 0;
  /external/dhcpcd/
eloop.c 338 fds[nfds].revents = 0;
356 if (!(fds[i].revents & (POLLIN | POLLHUP)))
  /external/wpa_supplicant_8/src/utils/
eloop.c 258 pollfds[nxt].revents = 0;
277 pollfds[i].revents = 0;
303 pollfds[i].revents = 0;
317 short int revents)
332 if (!(pfd->revents & revents))
  /system/netd/
MDnsSdListener.cpp 563 if (mPollFds[i].revents != 0) {
565 ALOGD("Monitor found [%d].revents = %d - calling ProcessResults",
566 i, mPollFds[i].revents);
569 mPollFds[i].revents = 0;
572 if (VDBG) ALOGD("controlSocket shows revent= %d", mPollFds[0].revents);
573 switch (mPollFds[0].revents) {
583 mPollFds[0].revents = 0;
  /external/libusb/libusb/
io.c     [all...]
  /external/qemu/audio/
alsaaudio.c 90 DYNLINK_FUNC(int,snd_pcm_poll_descriptors_revents,(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)) \
258 unsigned short revents; local
273 hlp->count, &revents);
279 if (!(revents & hlp->mask)) {
281 dolog ("revents = %d\n", revents);
    [all...]
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 228 //BTIF_TRACE_EVENT1("poll revents 0x%x", pfd.revents);
428 BTIF_TRACE_EVENT3("uipc_flush_ch_locked polling : fd %d, rxev %x, ret %d", pfd.fd, pfd.revents, ret);
430 if (pfd.revents | (POLLERR|POLLHUP))
803 //BTIF_TRACE_EVENT1("poll revents %x", pfd.revents);
805 if (pfd.revents & (POLLHUP|POLLNVAL) )

Completed in 1089 milliseconds

1 2 3 4 56 7 8 910