HomeSort by relevance Sort by last modified time
    Searched refs:handle_watch (Results 1 - 3 of 3) 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-transport.c 672 _dbus_assert (transport->vtable->handle_watch != NULL);
687 retval = (* transport->vtable->handle_watch) (transport, watch, condition);
    [all...]
dbus-spawn.c 707 handle_watch (DBusWatch *watch, function
1079 TRUE, handle_watch, sitter, NULL);
1094 TRUE, handle_watch, sitter, NULL);
    [all...]

Completed in 264 milliseconds