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

<<1112131415161718

  /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/android-clat/
clatd.c 395 if (wait_fd[0].revents) {
398 if (wait_fd[1].revents) {
  /external/iproute2/misc/
rtacct.c 368 p.events = p.revents = POLLIN;
389 && (p.revents&POLLIN)) {
arpd.c 803 pset[0].revents = 0;
805 pset[1].revents = 0;
824 if (pset[0].revents&EVENTS)
826 if (pset[1].revents&EVENTS)
  /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 609 pollfd.revents = 0;
614 if (pollfd.revents & POLLERR)
  /system/core/logwrapper/
logwrap.c 357 if (poll_fds[0].revents & POLLIN) {
400 if (poll_fds[0].revents & POLLHUP) {
  /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/msm8909/libhwcomposer/
hwc_vsync.cpp 173 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.11-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);
  /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);
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 168 if (fds[0].revents & POLLIN) {
  /system/core/debuggerd/client/
debuggerd_client.cpp 193 .fd = pipe_read.get(), .events = POLLIN, .revents = 0,
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 508 return ((set->revents & POLLIN) == POLLIN) ||
509 ((set->revents & POLLRDNORM) == POLLRDNORM);
620 fds[0].revents = 0;
624 fds[1].revents = 0;
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 156 mPollFds[0].revents = 0;
174 mPollFds[mNumPollFds].revents = 0;
188 mPollFds[mNumPollFds].revents = 0;
    [all...]
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 273 if (fds[0].revents & POLLIN) {
296 } else if (fds[1].revents & POLLIN) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 739 field. The actual event detected is returned in the revents field of
820 pPollFD->revents = pDescriptor->f_ops->fo_poll ( pDescriptor,
826 if ( 0 != pPollFD->revents ) {
    [all...]

Completed in 545 milliseconds

<<1112131415161718