Home
last modified time | relevance | path

Searched refs:handle_watch (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-transport-protected.h46 dbus_bool_t (* handle_watch) (DBusTransport *transport, member
Ddbus-spawn.c751 handle_watch (DBusWatch *watch, in handle_watch() function
1158 TRUE, handle_watch, sitter, NULL); in _dbus_spawn_async_with_babysitter()
1173 TRUE, handle_watch, sitter, NULL); in _dbus_spawn_async_with_babysitter()
Ddbus-spawn-win.c358 handle_watch (DBusWatch *watch, in handle_watch() function
660 TRUE, handle_watch, sitter, NULL); in _dbus_spawn_async_with_babysitter()
Ddbus-transport.c874 _dbus_assert (transport->vtable->handle_watch != NULL); in _dbus_transport_handle_watch()
889 retval = (* transport->vtable->handle_watch) (transport, watch, condition); in _dbus_transport_handle_watch()