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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /system/connectivity/wificond/tests/
shell_utils.cpp 105 if (shell_output.revents & POLLHUP) {
  /external/openssh/regress/
netcat.c 840 if (pfd[n].revents & (POLLERR|POLLNVAL)) {
846 pfd[POLL_STDIN].revents & POLLHUP &&
847 ! (pfd[POLL_STDIN].revents & POLLIN))
851 pfd[POLL_NETIN].revents & POLLHUP &&
852 ! (pfd[POLL_NETIN].revents & POLLIN))
855 if (pfd[POLL_NETOUT].revents & POLLHUP) {
861 if (pfd[POLL_STDOUT].revents & POLLHUP)
874 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) {
888 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) {
901 if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE)
    [all...]
  /device/google/wahoo/power/
InteractionHandler.cpp 238 else if (pfd[0].revents)
240 else if (pfd[1].revents)
  /external/ipsec-tools/
main.c 189 if (pollfds[i].revents & POLLHUP) {
197 if (pollfds[i].revents & POLLIN) {
  /external/libevent/
devpoll.c 112 pfd->revents = 0;
201 int what = events[i].revents;
poll.c 188 what = event_set[i].revents;
257 pfd->revents = 0;
  /external/libusb/libusb/os/
linux_netlink.c 372 if (fds[0].revents & POLLIN) {
379 if (fds[1].revents & POLLIN) {
linux_udev.c 176 if (fds[0].revents & POLLIN) {
184 if (fds[1].revents & POLLIN) {
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd01.c 114 pfd.revents = 0;
119 if ((pfd.revents & POLLIN) == 0) {
  /external/valgrind/coregrind/
vgdb.c 846 pollfds[FROM_GDB].revents = 0;
849 pollfds[TO_GDB].revents = 0;
854 pollfds[FROM_PID].revents = 0;
857 pollfds[TO_PID].revents = 0;
875 if (pollfds[ck].revents & POLLIN) {
893 if (pollfds[ck].revents & POLLERR) {
899 if (pollfds[ck].revents & POLLHUP) {
905 if (pollfds[ck].revents & POLLNVAL) {
    [all...]
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.c 153 pfd.revents = 0;
159 if ((pfd.revents & POLLIN) == 0)
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 210 if ((poll_fd.revents & POLLIN) && (Sys::read_(poll_fd.fd, data, kMaxStringLength) > 0)) {
214 if ((poll_fd.revents & POLLPRI) &&
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_events.cpp 203 if ((poll_fd.revents & POLLIN) && (Sys::read_(poll_fd.fd, data, kMaxStringLength) > 0)) {
207 if ((poll_fd.revents & POLLPRI) &&
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_events.cpp 196 if ((poll_fd.revents & POLLIN) && (Sys::read_(poll_fd.fd, data, kMaxStringLength) > 0)) {
200 if ((poll_fd.revents & POLLPRI) &&
  /system/chre/host/common/
socket_server.cc 275 if (mPollFds[kListenIndex].revents & POLLIN) {
284 if (mPollFds[i].revents & POLLIN) {
  /system/core/init/
uevent_listener.cpp 190 ufd.revents = 0;
208 if (ufd.revents & POLLIN) {
  /system/netd/libnetdutils/include/netdutils/
Syscalls.h 136 tmp[i].revents = 0;
141 out[i] = tmp[i].revents;
  /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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 143 PollFd[ Index ].revents = 0;
320 if ( 0 != PollFd[ Index ].revents ) {
327 if ( 0 != ( PollFd[ Index ].revents & POLLHUP )) {
450 if ( 0 != ( PollFd[ Index ].revents & POLLRDNORM )) {
604 PollFd[ Index ].revents = 0;
    [all...]
  /external/curl/lib/
asyn-ares.c 265 pfd[i].revents = 0;
294 pfd[i].revents & (POLLRDNORM|POLLIN)?
296 pfd[i].revents & (POLLWRNORM|POLLOUT)?
  /external/ltp/utils/sctp/func_tests/
test_tcp_style.c 171 poll_fd.revents = 0;
173 if ((1 != error) && (1 != poll_fd.revents))
175 "with poll, error:%d errno:%d, revents:%d",
176 error, errno, poll_fd.revents);
  /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
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 130 pfd.revents = 0;
  /external/curl/include/curl/
multi.h 113 short revents; /* not supported yet */ member in struct:curl_waitfd

Completed in 663 milliseconds

1 2 3 4 5 6 7 891011>>