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

1 2 34 5 6 7 8 91011

  /device/google/wahoo/power-libperfmgr/
InteractionHandler.cpp 224 else if (pfd[0].revents)
226 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 115 pfd->revents = 0;
204 int what = events[i].revents;
poll.c 194 what = event_set[i].revents;
263 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/perfetto/src/base/
unix_task_runner.cc 149 if (!(poll_fds_[i].revents & (POLLIN | POLLHUP)))
151 poll_fds_[i].revents = 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)
  /frameworks/base/cmds/incidentd/src/
FdBuffer.cpp 70 if ((pfds.revents & POLLERR) != 0) {
171 if ((pfds[i].revents & POLLERR) != 0) {
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_events.cpp 192 if ((poll_fd.revents & POLLIN) && (Sys::read_(poll_fd.fd, data, kMaxStringLength) > 0)) {
196 if ((poll_fd.revents & POLLPRI) &&
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_events.cpp 192 if ((poll_fd.revents & POLLIN) && (Sys::read_(poll_fd.fd, data, kMaxStringLength) > 0)) {
196 if ((poll_fd.revents & POLLPRI) &&
  /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) &&
  /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 147 tmp[i].revents = 0;
152 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...]
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 132 if ((pfd.revents & POLLIN)) {
252 if (myFds[IDX_NANOHUB].revents & POLLIN) { // we have data
302 if (myFds[IDX_CLOSE_PIPE].revents & POLLIN) { // we have been asked to die
  /external/adhd/cras/src/server/
cras_server.c 540 if (pollfds[0].revents & POLLIN)
544 if (elm->pollfd && elm->pollfd->revents & POLLIN)
550 (client_cb->pollfd->revents & POLLIN))
  /external/android-clat/
clatd.c 391 if (wait_fd[0].revents & POLLIN) {
395 if (wait_fd[0].revents & ~POLLIN) {
407 if (wait_fd[1].revents) {
  /external/curl/lib/
asyn-ares.c 263 pfd[i].revents = 0;
292 pfd[i].revents & (POLLRDNORM|POLLIN)?
294 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);

Completed in 466 milliseconds

1 2 34 5 6 7 8 91011