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

  /external/dbus/dbus/
dbus-sysdeps.h 255 #define _DBUS_POLLOUT 0x0002
266 #define _DBUS_POLLOUT 0x0002
281 #define _DBUS_POLLOUT 0x0004
dbus-sysdeps-win.c 962 if (fdp->events & _DBUS_POLLOUT)
989 if (fdp->events & _DBUS_POLLOUT)
1030 fdp->revents |= _DBUS_POLLOUT;
1100 if (fdp->events & _DBUS_POLLOUT)
1123 if (fdp->events & _DBUS_POLLOUT)
1180 fdp->revents |= _DBUS_POLLOUT;
    [all...]
dbus-mainloop.c 619 fds[n_fds].events |= _DBUS_POLLOUT;
797 if (fds[i].revents & _DBUS_POLLOUT)
dbus-transport-socket.c     [all...]
dbus-sysdeps-unix.c     [all...]

Completed in 28 milliseconds