HomeSort by relevance Sort by last modified time
    Searched refs:revents (Results 226 - 250 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/lib/
easy.c 524 m->socket.revents = 0;
582 f->revents = 0;
608 if(fds[i].revents) {
610 int act = poll2cselect(fds[i].revents); /* convert */
  /external/libchrome/base/message_loop/
message_pump_glib.cc 239 if (wakeup_gpollfd_->revents & G_IO_IN) {
  /external/libcups/cups/
http-addrlist.c 312 DEBUG_printf(("pfds[%d].revents=%x\n", i, pfds[i].revents));
313 if (pfds[i].revents && !(pfds[i].revents & (POLLERR | POLLHUP)))
328 else if (pfds[i].revents & (POLLERR | POLLHUP))
  /external/toybox/lib/
interestingtimes.c 157 pfd.revents = 0;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteServer.java 163 if ((pollFds[i].revents & POLLIN) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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);
  /system/vold/
vdc.cpp 139 if (!(poll_sock.revents & POLLIN)) {
  /build/make/tools/makeparallel/
makeparallel.cpp 250 } else if (pollfds[0].revents != POLLIN) {
251 error(EXIT_FAILURE, 0, "unexpected event %d\n", pollfds[0].revents);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 728 int revents; local
742 revents = pTftpPort->revents;
743 pTftpPort->revents = 0;
744 if ( 0 != ( revents & POLLRDNORM )) {
812 revents |= POLLHUP;
819 if ( 0 != ( revents & POLLHUP )) {
    [all...]
  /device/linaro/hikey/wpan/uim/
uim.c 535 p.revents = 0;
537 UIM_DBG("poll broke due to event %d(PRI:%d/ERR:%d)\n", p.revents, POLLPRI, POLLERR);
  /external/toybox/toys/pending/
telnet.c 327 if(pfds[0].revents) {
332 if(pfds[1].revents) {
  /frameworks/base/native/android/
sensor.cpp 257 pfd.revents = 0;
264 if (pfd.revents != POLLIN)
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 427 pfd[0].revents = 0;
428 pfd[1].revents = 0;
433 } else if (pfd[0].revents & POLLERR) {
438 } else if (pfd[0].revents & POLLHUP) {
441 } else if (pfd[0].revents & POLLIN) {
444 } else if (pfd[1].revents & POLLIN) {
459 ALOGE("Unknown event - %0x, %0x", pfd[0].revents, pfd[1].revents);
    [all...]
  /system/bt/service/ipc/
linux_ipc_host.cc 89 if (pfds_[kFdIpc].revents && !OnMessage()) {
93 if (pfds_.size() == kPossibleFds && pfds_[kFdGatt].revents &&
  /system/netd/server/
MDnsSdListener.cpp 608 if (mPollFds[i].revents != 0) {
610 ALOGD("Monitor found [%d].revents = %d - calling ProcessResults",
611 i, mPollFds[i].revents);
614 mPollFds[i].revents = 0;
617 if (VDBG) ALOGD("controlSocket shows revent= %d", mPollFds[0].revents);
618 switch (mPollFds[0].revents) {
628 mPollFds[0].revents = 0;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 842 pfd[0].revents = 0;
843 pfd[1].revents = 0;
844 pfd[2].revents = 0;
850 if (pfd[0].revents & (POLLIN | POLLHUP | POLLERR)) {
851 internal_event_handler(handle, pfd[0].revents, info->event_sock);
853 if (pfd[1].revents & (POLLIN | POLLHUP | POLLERR)) {
854 internal_event_handler(handle, pfd[1].revents, info->user_sock);
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 79 unsigned int events, revents; member in struct:eph_conn
131 conn->revents = 0;
216 if (conn->revents & (EPOLLERR | EPOLLHUP))
529 conn->revents = cevents->events;
531 if (conn->revents & conn->events)
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 583 .revents = 0,
588 .revents = 0,
605 } else if (pfd[0].revents != 0) {
607 } else if (pfd[1].revents != 0) {
608 ALOGI("VrHwcPost thread interrupted: revents=%x", pfd[1].revents);
    [all...]
  /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 181 // BTIF_TRACE_EVENT("poll revents 0x%x", pfd.revents);
387 BTIF_TRACE_VERBOSE("%s() - polling fd %d, revents: 0x%x, ret %d", __func__,
388 pfd.fd, pfd.revents, ret);
389 if (pfd.revents & (POLLERR | POLLHUP)) {
688 // BTIF_TRACE_EVENT("poll revents %x", pfd.revents);
690 if (pfd.revents & (POLLHUP | POLLNVAL)) {
  /system/core/libusbhost/
usbhost.c 695 struct pollfd p = {.fd = dev->fd, .events = POLLOUT, .revents = 0};
699 if (res != 1 || p.revents != POLLOUT) {
700 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) {

Completed in 3597 milliseconds

1 2 3 4 5 6 7 8 91011>>