Home
last modified time | relevance | path

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

/external/dbus/bus/
Dtest.c238 _dbus_loop_dispatch (bus_context_get_loop (context)); in bus_test_run_bus_loop()
244 _dbus_loop_iterate (bus_context_get_loop (context), TRUE); in bus_test_run_bus_loop()
248 while (_dbus_loop_iterate (bus_context_get_loop (context), FALSE)) in bus_test_run_bus_loop()
257 while (_dbus_loop_iterate (bus_context_get_loop (context), FALSE) || in bus_test_run_everything()
Dmain.c274 loop = bus_context_get_loop (context); in handle_reload_watch()
331 _dbus_loop_remove_watch (bus_context_get_loop (context), *watch); in close_reload_pipe()
618 setup_reload_pipe (bus_context_get_loop (context)); in main()
634 _dbus_loop_run (bus_context_get_loop (context)); in main()
Dbus.h97 DBusLoop* bus_context_get_loop (BusContext *context);
Dconnection.c125 return bus_context_get_loop (d->connections->context); in connection_get_loop()
440 connections->pending_replies = bus_expire_list_new (bus_context_get_loop (context), in bus_connections_new()
447 if (!_dbus_loop_add_timeout (bus_context_get_loop (context), in bus_connections_new()
518 _dbus_loop_remove_timeout (bus_context_get_loop (connections->context), in bus_connections_unref()
666 bus_context_get_loop (connections->context), in bus_connections_setup_connection()
679 if (!_dbus_loop_queue_dispatch (bus_context_get_loop (connections->context), connection)) in bus_connections_setup_connection()
Ddir-watch-kqueue.c105 loop = bus_context_get_loop (context); in _init_kqueue()
Ddir-watch-inotify.c237 loop = bus_context_get_loop (context); in _init_inotify()
Dactivation.c171 _dbus_loop_remove_timeout (bus_context_get_loop (pending_activation->activation->context), in bus_pending_activation_unref()
1416 bus_context_get_loop (pending_activation->activation->context), in add_babysitter_watch()
1426 _dbus_loop_remove_watch (bus_context_get_loop (pending_activation->activation->context), in remove_babysitter_watch()
1436 _dbus_loop_toggle_watch (bus_context_get_loop (pending_activation->activation->context), in toggle_babysitter_watch()
1845 if (!_dbus_loop_add_timeout (bus_context_get_loop (activation->context), in bus_activation_activate_service()
Dbus.c1196 bus_context_get_loop (BusContext *context) in bus_context_get_loop() function