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

  /external/dbus/dbus/
dbus-auth.h 50 DBusAuthState _dbus_auth_do_work (DBusAuth *auth);
dbus-transport-socket.c 148 auth_state = _dbus_auth_do_work (transport->auth);
209 auth_state = _dbus_auth_do_work (transport->auth);
442 switch (_dbus_auth_do_work (transport->auth))
    [all...]
dbus-auth-script.c 300 while ((state = _dbus_auth_do_work (auth)) ==
dbus-transport.c 719 switch (_dbus_auth_do_work (transport->auth))
1088 if (_dbus_auth_do_work (transport->auth) ==
    [all...]
dbus-auth.c 356 * overlong buffers in _dbus_auth_do_work().
2431 _dbus_auth_do_work (DBusAuth *auth) function
    [all...]

Completed in 101 milliseconds