Searched refs:bus_context_get_loop (Results 1 – 8 of 8) sorted by relevance
/external/dbus/bus/ |
D | test.c | 238 _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()
|
D | main.c | 274 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()
|
D | bus.h | 97 DBusLoop* bus_context_get_loop (BusContext *context);
|
D | connection.c | 125 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()
|
D | dir-watch-kqueue.c | 105 loop = bus_context_get_loop (context); in _init_kqueue()
|
D | dir-watch-inotify.c | 237 loop = bus_context_get_loop (context); in _init_inotify()
|
D | activation.c | 171 _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()
|
D | bus.c | 1196 bus_context_get_loop (BusContext *context) in bus_context_get_loop() function
|