HomeSort by relevance Sort by last modified time
    Searched refs:n_fds (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-mainloop.c 525 int n_fds; local
540 n_fds = 0;
576 n_fds = 0;
606 watches_for_fds[n_fds] = wcb;
612 fds[n_fds].fd = dbus_watch_get_fd (wcb->watch);
613 fds[n_fds].revents = 0;
614 fds[n_fds].events = 0;
616 fds[n_fds].events |= _DBUS_POLLIN;
618 fds[n_fds].events |= _DBUS_POLLOUT;
622 fds[n_fds].fd, watch_flags_to_string (flags))
    [all...]
dbus-sysdeps.h 262 int n_fds,
dbus-sysdeps-unix.c     [all...]
  /external/bluetooth/glib/glib/
gmain.h 139 gint n_fds);
143 gint n_fds);
gmain.c 242 gint n_fds);
    [all...]
giochannel.h 327 gint n_fds,

Completed in 64 milliseconds