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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
poll.h 56 short revents; member in struct:pollfd
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
poll.h 56 short revents; member in struct:pollfd
  /system/core/debuggerd/
getevent.cpp 205 if (ufds[0].revents & POLLIN) {
209 if (ufds[i].revents) {
210 if (ufds[i].revents & POLLIN) {
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 179 if ((poll_cb->poll_fds[0].revents & POLLIN) &&
180 (poll_cb->poll_fds[0].revents & POLLRDNORM)) {
188 (poll_cb->poll_fds[i].revents & POLLPRI)) {
196 (poll_cb->poll_fds[i].revents & POLLIN) &&
197 (poll_cb->poll_fds[i].revents & POLLRDNORM)) {
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 178 if ((poll_cb->poll_fds[0].revents & POLLIN) &&
179 (poll_cb->poll_fds[0].revents & POLLRDNORM)) {
187 (poll_cb->poll_fds[i].revents & POLLPRI)) {
195 (poll_cb->poll_fds[i].revents & POLLIN) &&
196 (poll_cb->poll_fds[i].revents & POLLRDNORM)) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
event_test.cc 253 pollfds[index].revents = -1;
284 ASSERT_EQ(POLLIN | POLLOUT, pollfds[0].revents);
285 ASSERT_EQ(POLLIN | POLLOUT, pollfds[1].revents);
294 // EXPECT_EQ(0, pollfds[0].revents);
296 ASSERT_EQ(POLLOUT, pollfds[1].revents);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 417 ps->pfd.revents = 0;
500 if(pfds[i].revents)
507 print_events(pfds[i].revents);
508 if(IS_READ(pfds[i].revents))
512 if(IS_WRITE(pfds[i].revents))
516 if(IS_EXCEPTION(pfds[i].revents))
572 if(pfds[0].revents) //cmd fd always is the first one
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 189 //BTIF_TRACE_EVENT("poll revents 0x%x", pfd.revents);
389 BTIF_TRACE_EVENT("uipc_flush_ch_locked polling : fd %d, rxev %x, ret %d", pfd.fd, pfd.revents, ret);
391 if (pfd.revents & (POLLERR|POLLHUP))
775 //BTIF_TRACE_EVENT("poll revents %x", pfd.revents);
777 if (pfd.revents & (POLLHUP|POLLNVAL) )
  /system/core/liblog/
log_read_kern.c 158 short *revents; member in struct:logger
554 logger->revents = &p->revents;
586 if ((*(logger->revents) & POLLIN)
596 if ((*(logger->revents) & POLLIN)
598 *(logger->revents) &= ~POLLIN;
609 if (!(*(logger->revents) & POLLIN)) {
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 213 int poll_cond (short revents)
215 return (revents & (VKI_POLLERR | VKI_POLLHUP | VKI_POLLNVAL));
229 write_remote_desc_ok.revents = 0;
232 || (sr_Res(ret) > 0 && poll_cond(write_remote_desc_ok.revents))) {
237 write_remote_desc_ok.revents, write_remote_desc);
417 remote_desc_pollfdread_activity.revents = 0;
463 remote_desc_pollfdread_activity.revents = 0;
531 remote_desc_pollfdread_activity.revents = 0;
534 || (sr_Res(ret) && poll_cond(remote_desc_pollfdread_activity.revents))) {
539 remote_desc_pollfdread_activity.revents, remote_desc)
    [all...]
  /external/tinycompress/
compress.c 381 if (fds.revents & POLLERR) {
390 if (fds.revents & POLLOUT) {
441 if (fds.revents & POLLERR) {
450 if (fds.revents & POLLIN) {
620 if (fds.revents & POLLERR)
622 if (fds.revents & (POLLOUT | POLLIN))
  /external/mtpd/
mtpd.c 196 if (pollfds[1].revents) {
199 if (pollfds[2].revents) {
202 timeout = pollfds[0].revents ?
  /frameworks/base/libs/common_time/
diag_thread.cpp 230 if (poll_fds[0].revents) {
245 if (poll_fds[0].revents & POLLRDHUP) {
249 if (poll_fds[0].revents & POLLIN) {
  /external/strace/
stream.c 322 if (!fds.revents)
335 if (outptr < end_outstr - (sizeof("{fd=%d, revents=") + sizeof(int)*3) + 1)
336 outptr += sprintf(outptr, "{fd=%d, revents=", fds.fd);
337 flagstr = sprintflags("", pollflags, fds.revents);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
poll.h 44 short int revents; /* Types of events that actually occurred. */ member in struct:pollfd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
poll.h 44 short int revents; /* Types of events that actually occurred. */ member in struct:pollfd
  /development/ndk/sources/android/libportable/arch-mips/
poll.c 121 fds->revents = change_mips_events(fds->revents);
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_udev.c 176 if (fds[0].revents & POLLIN) {
184 if (fds[1].revents & POLLIN) {
  /external/chromium_org/third_party/skia/experimental/nanomsg/
picture_demo.cpp 120 if (polls[0].revents & NN_POLLIN) { return socketA; }
121 if (polls[1].revents & NN_POLLIN) { return socketB; }
  /external/ipsec-tools/
main.c 198 if (pollfds[i].revents & POLLHUP) {
204 if (pollfds[i].revents & POLLIN) {
  /external/skia/experimental/nanomsg/
picture_demo.cpp 120 if (polls[0].revents & NN_POLLIN) { return socketA; }
121 if (polls[1].revents & NN_POLLIN) { return socketB; }
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
inv_mpu_iio-shared 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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);
  /system/core/init/
ueventd.c 104 ufd.revents = 0;
108 if (ufd.revents & POLLIN)

Completed in 7801 milliseconds

1 2 3 4 56 7 8 91011>>