Searched refs:system_bus (Results 1 – 3 of 3) sorted by relevance
50 int rtkit_make_realtime(DBusConnection *system_bus, pid_t thread, int priority);57 int rtkit_make_high_priority(DBusConnection *system_bus, pid_t thread, int nice_level);62 int rtkit_get_max_realtime_priority(DBusConnection *system_bus);67 int rtkit_get_min_nice_level(DBusConnection *system_bus, int* min_nice_level);72 long long rtkit_get_rttime_usec_max(DBusConnection *system_bus);
153 c->system_bus = c->session_bus = NULL; in pa_context_new_with_proplist()249 if (c->system_bus) { in context_free()251 dbus_connection_remove_filter(pa_dbus_wrap_connection_get(c->system_bus), filter_cb, c); in context_free()252 pa_dbus_wrap_connection_free(c->system_bus); in context_free()867 if (!c->system_bus)868 track_pulseaudio_on_dbus(c, DBUS_BUS_SYSTEM, &c->system_bus);870 if (c->session_bus || c->system_bus) {
66 pa_dbus_wrap_connection *system_bus; member