OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DBUS_POLLIN
(Results
1 - 6
of
6
) sorted by null
/external/dbus/dbus/
dbus-sysdeps.h
251
#define
_DBUS_POLLIN
0x0001
264
#define
_DBUS_POLLIN
0x0001
277
#define
_DBUS_POLLIN
0x0001
dbus-spawn.c
499
if (revents &
_DBUS_POLLIN
)
515
if (revents &
_DBUS_POLLIN
)
543
fds[i].events =
_DBUS_POLLIN
;
551
fds[i].events =
_DBUS_POLLIN
;
761
revents |=
_DBUS_POLLIN
;
1002
if (revents &
_DBUS_POLLIN
)
1062
pfds[0].events =
_DBUS_POLLIN
;
1066
pfds[1].events =
_DBUS_POLLIN
;
1079
else if (pfds[1].revents &
_DBUS_POLLIN
)
[
all
...]
dbus-sysdeps-win.c
959
if (fdp->events &
_DBUS_POLLIN
)
986
if (fdp->events &
_DBUS_POLLIN
)
1027
fdp->revents |=
_DBUS_POLLIN
;
1097
if (fdp->events &
_DBUS_POLLIN
)
1120
if (fdp->events &
_DBUS_POLLIN
)
1177
fdp->revents |=
_DBUS_POLLIN
;
[
all
...]
dbus-mainloop.c
617
fds[n_fds].events |=
_DBUS_POLLIN
;
795
if (fds[i].revents &
_DBUS_POLLIN
)
dbus-transport-socket.c
[
all
...]
dbus-sysdeps-unix.c
[
all
...]
Completed in 1347 milliseconds