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

1 2 3 4 56 7 8 91011

  /external/dhcpcd-6.8.2/
eloop.c 74 ctx->fds[i].revents = 0;
639 if (e->pollfd->revents & POLLOUT &&
645 if (e->pollfd->revents) {
  /external/iputils/
rarpd.c 707 pset[0].revents = 0;
709 pset[1].revents = 0;
720 if (pset[i].revents&EVENTS)
  /external/libmicrohttpd/src/testspdy/
test_notls.c 652 if(pollfds[0].revents & (POLLIN | POLLOUT)) {
655 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
  /system/bt/udrv/ulinux/
uipc.cc 154 // BTIF_TRACE_EVENT("poll revents 0x%x", pfd.revents);
359 BTIF_TRACE_VERBOSE("%s() - polling fd %d, revents: 0x%x, ret %d", __func__,
360 pfd.fd, pfd.revents, ret);
361 if (pfd.revents & (POLLERR | POLLHUP)) {
658 // BTIF_TRACE_EVENT("poll revents %x", pfd.revents);
660 if (pfd.revents & (POLLHUP | POLLNVAL)) {
  /system/core/libusbhost/
usbhost.c 746 struct pollfd p = {.fd = dev->fd, .events = POLLOUT, .revents = 0};
750 if (res != 1 || p.revents != POLLOUT) {
751 D("[ poll - event %d, error %d]\n", p.revents, errno);
  /system/core/toolbox/
getevent.c 657 if(ufds[0].revents & POLLIN) {
661 if(ufds[i].revents) {
662 if(ufds[i].revents & POLLIN) {
  /external/wpa_supplicant_8/src/utils/
eloop.c 456 pollfds[nxt].revents = 0;
475 pollfds[i].revents = 0;
501 pollfds[i].revents = 0;
515 short int revents)
530 if (!(pfd->revents & revents))
    [all...]
  /external/iproute2/misc/
rtacct.c 361 p.events = p.revents = POLLIN;
383 && (p.revents&POLLIN)) {
  /external/libusb/libusb/os/
windows_nt_common.c 551 usbi_dbg("checking fd %d with revents = %04x", fds[i].fd, fds[i].revents);
553 if (!fds[i].revents)
  /external/ltp/testcases/kernel/syscalls/eventfd/
eventfd01.c 608 pollfd.revents = 0;
613 if (pollfd.revents & POLLERR)
  /system/core/logwrapper/
logwrap.c 356 if (poll_fds[0].revents & POLLIN) {
399 if (poll_fds[0].revents & POLLHUP) {
  /bionic/libc/bionic/
system_property_set.cpp 204 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) {
  /device/generic/goldfish/wifi/ipv6proxy/
proxy.cpp 113 if ((fd.revents & POLLIN) == 0) {
  /external/adhd/cras/src/common/
cras_util.c 195 fd->revents = 0;
  /external/curl/lib/
easy.c 511 m->socket.revents = 0;
569 f->revents = 0;
595 if(fds[i].revents) {
597 int act = poll2cselect(fds[i].revents); /* convert */
  /external/fio/os/windows/
posix.c 819 fds[i].revents = 0;
841 fds[i].revents |= POLLIN;
844 fds[i].revents |= POLLOUT;
847 fds[i].revents |= POLLHUP;
  /external/libmicrohttpd/src/microhttpd/
daemon.c 1061 p[1].revents = 0;
1085 (0 != (p[1].revents & (POLLERR | POLLHUP))) )
1088 if ( (0 != (p[0].revents & POLLIN))
1094 if (0 != (p[0].revents & POLLOUT))
1096 if (0 != (p[0].revents & (POLLERR | POLLHUP)))
    [all...]
  /external/ltp/testcases/kernel/connectors/pec/
pec_listener.c 275 pfd.revents = 0;
  /frameworks/base/libs/common_time/
common_time_server.cpp 218 pfds[eventCnt].revents = 0;
226 pfds[eventCnt].revents = 0;
258 if (pfds[0].revents)
363 if ((mSocket >= 0) && (eventCnt > 1) && (pfds[1].revents)) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3RawSnapshotTest.cpp 233 if (pollfds.revents & (POLLIN | POLLPRI)) {
QCameraHAL3SnapshotTest.cpp 224 if (pollfds.revents & (POLLIN | POLLPRI)) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 167 if (pfd[dpy][ev].revents & POLLPRI) {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 155 if (pfd[dpy][ev].revents & POLLPRI) {
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 171 if (pfd[dpy][ev].revents & POLLPRI) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
timer.h 158 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);

Completed in 503 milliseconds

1 2 3 4 56 7 8 91011