Searched refs:bus_context_get_loop (Results 1 – 8 of 8) sorted by relevance
/external/dbus/bus/ |
D | test.c | 269 _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()
|
D | main.c | 516 setup_reload_pipe (bus_context_get_loop (context)); in main() 526 _dbus_loop_run (bus_context_get_loop (context)); in main()
|
D | bus.h | 96 DBusLoop* bus_context_get_loop (BusContext *context);
|
D | connection.c | 110 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()
|
D | dir-watch-kqueue.c | 110 loop = bus_context_get_loop (context); in _init_kqueue()
|
D | dir-watch-inotify.c | 241 loop = bus_context_get_loop (context); in _init_inotify()
|
D | activation.c | 181 _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()
|
D | bus.c | 1167 bus_context_get_loop (BusContext *context) in bus_context_get_loop() function
|