HomeSort by relevance Sort by last modified time
    Searched full:revents (Results 151 - 175 of 326) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c 125 (fds[i].revents & POLLIN) &&
126 (fds[i].revents & POLLRDNORM)) {
136 (fds[i].revents & POLLPRI)) {
270 if((fds[0].revents & POLLIN) && (fds[0].revents & POLLRDNORM))
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 257 pfd.revents = 0;
262 } else if (pfd.revents & POLLERR) {
267 } else if (pfd.revents & POLLHUP) {
270 } else if (pfd.revents & POLLIN) {
274 ALOGE("Unknown event - %0x", pfd.revents);
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 528 fds[i].revents = 0;
532 fds[i].revents |= POLLERR;
544 fds[i].revents |= POLLNVAL | POLLERR;
556 fds[i].revents |= POLLNVAL | POLLERR;
565 fds[i].revents |= POLLNVAL | POLLERR;
578 fds[i].revents = fds[i].events;
602 fds[i].revents = fds[i].events;
poll_windows.h 64 short revents; /* returned events */ member in struct:pollfd
linux_netlink.c 318 if (fds[0].revents & POLLIN) {
326 if (fds[1].revents & POLLIN) {
  /system/netd/server/
MDnsSdListener.cpp 611 if (mPollFds[i].revents != 0) {
613 ALOGD("Monitor found [%d].revents = %d - calling ProcessResults",
614 i, mPollFds[i].revents);
617 mPollFds[i].revents = 0;
620 if (VDBG) ALOGD("controlSocket shows revent= %d", mPollFds[0].revents);
621 switch (mPollFds[0].revents) {
631 mPollFds[0].revents = 0;
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 320 } else if (fds[1].revents & POLLIN) {
325 if (!(fds[0].revents & POLLIN)) {
365 } else if (pfd.revents & POLLIN) {
  /external/qemu/distrib/mini-glib/include/
glib.h 207 gushort revents; member in struct:GPollFD
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 656 mPollFds[cwmcu].revents = 0;
667 mPollFds[wake].revents = 0;
705 if ((mPollFds[i].revents & POLLIN) || (sensor->hasPendingEvents())) {
709 mPollFds[i].revents = 0;
728 if (mPollFds[wake].revents & POLLIN) {
733 mPollFds[wake].revents = 0;
  /external/wpa_supplicant_8/src/utils/
eloop.c 361 pollfds[nxt].revents = 0;
380 pollfds[i].revents = 0;
406 pollfds[i].revents = 0;
420 short int revents)
435 if (!(pfd->revents & revents))
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 285 if ((poll_cb->poll_fds[0].revents & POLLIN) &&
286 (poll_cb->poll_fds[0].revents & POLLRDNORM)) {
294 (poll_cb->poll_fds[i].revents & POLLPRI)) {
302 (poll_cb->poll_fds[i].revents & POLLIN) &&
303 (poll_cb->poll_fds[i].revents & POLLRDNORM)) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 465 VARVAL("%d", dmp_feat[i].pollfd->revents);
474 VARVAL("%d", pollfds[i].revents);
495 pollfds[j].revents = 0;
529 if (dmp_feat[i].pollfd->revents != 0) {
543 dmp_feat[i].pollfd->revents = 0;
  /external/iputils/
rarpd.c 707 pset[0].revents = 0;
709 pset[1].revents = 0;
720 if (pset[i].revents&EVENTS)
  /external/valgrind/main/auxprogs/
valgrind-listener.c 309 ufd.revents = 0;
351 conn_pollfd[j].revents = 0;
369 if (conn_pollfd[i].revents & POLLIN) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 595 pfd[i].revents = 0;
606 if(pfd[i].revents != 0) {
632 pfd[i].revents = 0; // no need: reset anyway
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 311 pfd.revents = 0;
317 } else if (pfd.revents & (POLLIN | POLLHUP | POLLERR)) {
318 internal_event_handler(handle, pfd.revents);
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 1126 if (info->revents & POLLIN) {
1130 if (info->revents & POLLOUT) {
1134 if (info->revents & (POLLHUP | POLLERR)) {
1163 fd_info->revents = 0;
1167 fd_info->revents = POLLNVAL;
1179 fd_info->revents = events & fd_info->events;
1185 fd_info->revents = POLLNVAL;
1222 fd_info->revents = events;
    [all...]
  /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/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 204 if (!poll(&pfd, 1, 0) || !(pfd.revents & POLLOUT) ||
205 (pfd.revents & (POLLHUP|POLLERR))) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 209 if (!poll(&pfd, 1, 0) || !(pfd.revents & POLLOUT) ||
210 (pfd.revents & (POLLHUP|POLLERR))) {
  /external/dhcpcd/
eloop.c 338 fds[nfds].revents = 0;
356 if (!(fds[i].revents & (POLLIN | POLLHUP)))
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 153 pfd.revents = 0;
159 if ((pfd.revents & POLLIN) == 0)
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 185 uint32_t result; /* 1 => revents, 0 => events */

Completed in 1463 milliseconds

1 2 3 4 5 67 8 91011>>