Searched refs:handle_watch (Results 1 – 3 of 3) sorted by relevance
/external/dbus/dbus/ |
D | dbus-transport-protected.h | 46 dbus_bool_t (* handle_watch) (DBusTransport *transport, member
|
D | dbus-spawn.c | 707 handle_watch (DBusWatch *watch, in handle_watch() function 1079 TRUE, handle_watch, sitter, NULL); in _dbus_spawn_async_with_babysitter() 1094 TRUE, handle_watch, sitter, NULL); in _dbus_spawn_async_with_babysitter()
|
D | dbus-transport.c | 672 _dbus_assert (transport->vtable->handle_watch != NULL); in _dbus_transport_handle_watch() 687 retval = (* transport->vtable->handle_watch) (transport, watch, condition); in _dbus_transport_handle_watch()
|