Home
last modified time | relevance | path

Searched refs:bus_context_get_loop (Results 1 – 8 of 8) sorted by relevance

/external/dbus/bus/
Dtest.c269 _dbus_loop_dispatch (bus_context_get_loop (context)); in bus_test_run_bus_loop()
275 _dbus_loop_iterate (bus_context_get_loop (context), TRUE); in bus_test_run_bus_loop()
279 while (_dbus_loop_iterate (bus_context_get_loop (context), FALSE)) in bus_test_run_bus_loop()
288 while (_dbus_loop_iterate (bus_context_get_loop (context), FALSE) || in bus_test_run_everything()
Dmain.c516 setup_reload_pipe (bus_context_get_loop (context)); in main()
526 _dbus_loop_run (bus_context_get_loop (context)); in main()
Dbus.h96 DBusLoop* bus_context_get_loop (BusContext *context);
Dconnection.c110 return bus_context_get_loop (d->connections->context); in connection_get_loop()
455 connections->pending_replies = bus_expire_list_new (bus_context_get_loop (context), in bus_connections_new()
462 if (!_dbus_loop_add_timeout (bus_context_get_loop (context), in bus_connections_new()
534 _dbus_loop_remove_timeout (bus_context_get_loop (connections->context), in bus_connections_unref()
680 bus_context_get_loop (connections->context), in bus_connections_setup_connection()
693 if (!_dbus_loop_queue_dispatch (bus_context_get_loop (connections->context), connection)) in bus_connections_setup_connection()
Ddir-watch-kqueue.c110 loop = bus_context_get_loop (context); in _init_kqueue()
Ddir-watch-inotify.c241 loop = bus_context_get_loop (context); in _init_inotify()
Dactivation.c181 _dbus_loop_remove_timeout (bus_context_get_loop (pending_activation->activation->context), in bus_pending_activation_unref()
1417 return _dbus_loop_add_watch (bus_context_get_loop (pending_activation->activation->context), in add_babysitter_watch()
1428 _dbus_loop_remove_watch (bus_context_get_loop (pending_activation->activation->context), in remove_babysitter_watch()
1834 if (!_dbus_loop_add_timeout (bus_context_get_loop (activation->context), in bus_activation_activate_service()
Dbus.c1167 bus_context_get_loop (BusContext *context) in bus_context_get_loop() function