HomeSort by relevance Sort by last modified time
    Searched refs:revents (Results 26 - 50 of 88) sorted by null

12 3 4

  /system/core/init/
ueventd.c 58 ufd.revents = 0;
62 if (ufd.revents == POLLIN)
init.c 742 ufds[fd_count].revents = 0;
749 ufds[fd_count].revents = 0;
756 ufds[fd_count].revents = 0;
786 if (ufds[i].revents == POLLIN) {
  /external/bluetooth/bluez/tools/
ppporc.c 157 p[0].revents = 0;
158 p[1].revents = 0;
166 if (p[0].revents) {
167 if (p[0].revents & (POLLERR | POLLHUP | POLLNVAL))
182 if (p[1].revents) {
183 if (p[1].revents & (POLLERR | POLLHUP | POLLNVAL))
main.c 302 p->revents = 0;
462 p.revents = 0;
622 p.revents = 0;
  /external/bluetooth/glib/gio/
gasynchelper.c 103 fd_source->pollfd.revents != 0;
117 return (*func) (user_data, fd_source->pollfd.revents, fd_source->pollfd.fd);
  /bootable/recovery/minui/
events.c 73 if(ev_fds[n].revents & POLLIN) {
  /frameworks/base/native/android/
sensor.cpp 110 pfd.revents = 0;
117 if (pfd.revents != POLLIN)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 182 int (*poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *revents);
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);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /system/core/debuggerd/
getevent.c 202 if(ufds[0].revents & POLLIN) {
206 if(ufds[i].revents) {
207 if(ufds[i].revents & POLLIN) {
  /external/dbus/dbus/
dbus-mainloop.c 613 fds[n_fds].revents = 0;
786 if (fds[i].revents != 0)
794 if (fds[i].revents & _DBUS_POLLIN)
796 if (fds[i].revents & _DBUS_POLLOUT)
798 if (fds[i].revents & _DBUS_POLLHUP)
800 if (fds[i].revents & _DBUS_POLLERR)
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 244 ret = (fds[0].revents) ? 0 : 1;
245 SNDERR("poll fd %d revents %d", ret, fds[ret].revents);
246 if (fds[ret].revents & (POLLERR | POLLHUP | POLLNVAL))
773 pfd[0].revents = 0;
780 unsigned short *revents)
782 assert(pfds && nfds == 1 && revents);
784 *revents = pfds[0].revents;
808 pfd[0].revents = 0
    [all...]
  /external/openssl/crypto/rand/
rand_unix.c 269 pset.revents = 0;
274 try_read = (pset.revents & POLLIN) != 0;
  /system/core/toolbox/
getevent.c 438 if(ufds[0].revents & POLLIN) {
442 if(ufds[i].revents) {
443 if(ufds[i].revents & POLLIN) {
  /external/bluetooth/bluez/compat/
hidd.c 371 p[0].revents = 0;
372 p[1].revents = 0;
377 events = p[0].revents | p[1].revents;
fakehid.c 333 p.revents = 0;
434 p.revents = 0;
649 p.revents = 0;
  /external/strace/
strace.c 120 int revents; member in struct:proc_pollfd
    [all...]
  /external/chromium/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/mtpd/
mtpd.c 211 if (pollfds[0].revents) {
214 timeout = pollfds[1].revents ?
  /system/bluetooth/tools/
pipetest.c 64 if (ufds[i].revents) {
65 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
  /frameworks/base/libs/ui/
EventHub.cpp 441 // revents member of pollfd is initialized to 0 when the device is first added.
449 if (pfd.revents & POLLIN) {
468 if(mFDs[0].revents & POLLIN) {
470 mFDs[0].revents = 0;
514 mFDs[0].revents = 0;
681 mFDs[mFDCount].revents = 0;
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 808 * the @revents field in the #GPollFD struct and return %TRUE if events need
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 515 nat->pollData[nat->pollMemberCount].revents = 0;
536 nat->pollData[y].revents = nat->pollData[newCount].revents;
563 if (!nat->pollData[i].revents) {
596 short events = nat->pollData[i].revents;
599 nat->pollData[i].revents = 0;
    [all...]

Completed in 1818 milliseconds

12 3 4