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

  /external/dbus/dbus/
dbus-transport-protected.h 46 dbus_bool_t (* handle_watch) (DBusTransport *transport, member in struct:DBusTransportVTable
49 /**< The handle_watch method handles reading/writing
dbus-spawn-win.c 358 handle_watch (DBusWatch *watch, function
660 TRUE, handle_watch, sitter, NULL);
dbus-spawn.c 751 handle_watch (DBusWatch *watch, function
1158 TRUE, handle_watch, sitter, NULL);
1173 TRUE, handle_watch, sitter, NULL);
    [all...]
dbus-transport.c 874 _dbus_assert (transport->vtable->handle_watch != NULL);
889 retval = (* transport->vtable->handle_watch) (transport, watch, condition);
    [all...]

Completed in 54 milliseconds