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

1 2 34 5 6

  /external/chromium/third_party/libevent/
poll.c 172 what = pop->event_set[i].revents;
291 pfd->revents = 0;
  /external/dhcpcd/
eloop.c 338 fds[nfds].revents = 0;
356 if (!(fds[i].revents & (POLLIN | POLLHUP)))
  /system/bluetooth/tools/
pipetest.c 64 if (ufds[i].revents) {
65 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
  /external/qemu/audio/
alsaaudio.c 90 DYNLINK_FUNC(int,snd_pcm_poll_descriptors_revents,(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)) \
258 unsigned short revents; local
273 hlp->count, &revents);
279 if (!(revents & hlp->mask)) {
281 dolog ("revents = %d\n", revents);
    [all...]
  /external/bluetooth/bluez/compat/
fakehid.c 333 p.revents = 0;
434 p.revents = 0;
649 p.revents = 0;
  /external/bluetooth/bluez/tools/
rfcomm.c 302 p->revents = 0;
462 p.revents = 0;
622 p.revents = 0;
  /external/bluetooth/glib/glib/
gmain.c 808 * the @revents field in the #GPollFD struct and return %TRUE if events need
    [all...]
giounix.c 140 GIOCondition poll_condition = watch->pollfd.revents;
163 (watch->pollfd.revents | buffer_condition) & watch->condition,
  /system/core/toolbox/
getevent.c 634 if(ufds[0].revents & POLLIN) {
638 if(ufds[i].revents) {
639 if(ufds[i].revents & POLLIN) {
  /external/dbus/dbus/
dbus-sysdeps-win.c 921 * @returns numbers of fds with revents, or <0 on error
1022 fdp->revents = 0;
1027 fdp->revents |= _DBUS_POLLIN;
1030 fdp->revents |= _DBUS_POLLOUT;
1033 fdp->revents |= _DBUS_POLLERR;
1174 fdp->revents = 0;
1177 fdp->revents |= _DBUS_POLLIN;
1180 fdp->revents |= _DBUS_POLLOUT;
1183 fdp->revents |= _DBUS_POLLERR;
    [all...]
dbus-transport-socket.c     [all...]
  /external/iproute2/misc/
rtacct.c 369 p.events = p.revents = POLLIN;
390 && (p.revents&POLLIN)) {
arpd.c 791 pset[0].revents = 0;
793 pset[1].revents = 0;
812 if (pset[0].revents&EVENTS)
814 if (pset[1].revents&EVENTS)
ifstat.c 490 p.events = p.revents = POLLIN;
511 && (p.revents&POLLIN)) {
nstat.c 375 p.events = p.revents = POLLIN;
396 && (p.revents&POLLIN)) {
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 411 //LOGI("Poll on fd %d revent = %d.", fds[cnt].fd, fds[cnt].revents);
413 if (fds[cnt].revents & (POLLIN | POLLPRI | POLLOUT)) {
423 if (fds[cnt].revents & (POLLIN | POLLPRI | POLLOUT)) {
android_bluetooth_HeadsetBase.cpp 128 if (pfd.revents & (POLLHUP | POLLERR | POLLNVAL)) {
130 "but with an unexpected revents bitmask: %#x\n", ret, pfd.revents);
android_app_NativeActivity.cpp 149 pfd[0].revents = 0;
152 pfd[1].revents = 0;
156 return ((pfd[0].revents & POLLIN) || (pfd[1].revents & POLLIN)) ? 1 : -1;
    [all...]
android_server_BluetoothEventLoop.cpp 606 nat->pollData[nat->pollMemberCount].revents = 0;
627 nat->pollData[y].revents = nat->pollData[newCount].revents;
655 if (!nat->pollData[i].revents) {
693 short events = nat->pollData[i].revents;
696 nat->pollData[i].revents = 0;
    [all...]
  /external/bluetooth/glib/gio/
gcancellable.c 438 pollfd->revents = 0;
  /external/bluetooth/hcidump/src/
hcidump.c 223 fds[nfds].revents = 0;
229 fds[nfds].revents = 0;
238 if (fds[i].revents & (POLLHUP | POLLERR | POLLNVAL)) {
743 if (!(fds[i].revents & POLLIN))
  /external/chromium/base/
message_pump_glib.cc 259 if (wakeup_gpollfd_->revents & G_IO_IN) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h 156 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
  /system/core/charger/
charger.c 514 static int uevent_callback(int fd, short revents, void *data)
518 if (!(revents & POLLIN))
893 static int input_callback(int fd, short revents, void *data)
899 ret = ev_get_input(fd, revents, &ev);
  /bootable/recovery/
ui.c 300 static int input_callback(int fd, short revents, void *data)
306 ret = ev_get_input(fd, revents, &ev);

Completed in 675 milliseconds

1 2 34 5 6