Home
last modified time | relevance | path

Searched refs:watches (Results 1 – 17 of 17) sorted by relevance

/external/dbus/dbus/
Ddbus-server.c104 server->watches = NULL; in _dbus_server_init_base()
124 server->watches = _dbus_watch_list_new (); in _dbus_server_init_base()
125 if (server->watches == NULL) in _dbus_server_init_base()
141 if (server->watches) in _dbus_server_init_base()
143 _dbus_watch_list_free (server->watches); in _dbus_server_init_base()
144 server->watches = NULL; in _dbus_server_init_base()
183 _dbus_watch_list_free (server->watches); in _dbus_server_finalize_base()
215 DBusWatchList *watches; in protected_change_watch() local
225 watches = server->watches; in protected_change_watch()
226 if (watches) in protected_change_watch()
[all …]
Ddbus-watch.c192 DBusList *watches; /**< Watch objects. */ member
230 _dbus_list_foreach (&watch_list->watches, in _dbus_watch_list_free()
233 _dbus_list_clear (&watch_list->watches); in _dbus_watch_list_free()
265 link = _dbus_list_get_first_link (&watch_list->watches); in _dbus_watch_list_set_functions()
268 DBusList *next = _dbus_list_get_next_link (&watch_list->watches, in _dbus_watch_list_set_functions()
298 link2 = _dbus_list_get_first_link (&watch_list->watches); in _dbus_watch_list_set_functions()
301 DBusList *next = _dbus_list_get_next_link (&watch_list->watches, in _dbus_watch_list_set_functions()
325 _dbus_list_foreach (&watch_list->watches, in _dbus_watch_list_set_functions()
354 if (!_dbus_list_append (&watch_list->watches, watch)) in _dbus_watch_list_add_watch()
367 _dbus_list_remove_last (&watch_list->watches, watch); in _dbus_watch_list_add_watch()
[all …]
Ddbus-spawn.c196 DBusWatchList *watches; /**< Watches */ member
225 sitter->watches = _dbus_watch_list_new (); in _dbus_babysitter_new()
226 if (sitter->watches == NULL) in _dbus_babysitter_new()
352 if (sitter->watches) in _dbus_babysitter_unref()
353 _dbus_watch_list_free (sitter->watches); in _dbus_babysitter_unref()
698 return _dbus_watch_list_set_functions (sitter->watches, in _dbus_babysitter_set_watch_functions()
1086 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->error_watch)) in _dbus_spawn_async_with_babysitter()
1101 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->sitter_watch)) in _dbus_spawn_async_with_babysitter()
Ddbus-connection.c255 DBusWatchList *watches; /**< Stores active watches. */ member
652 DBusWatchList *watches; in protected_change_watch() local
661 watches = connection->watches; in protected_change_watch()
662 if (watches) in protected_change_watch()
664 connection->watches = NULL; in protected_change_watch()
669 retval = (* add_function) (watches, watch); in protected_change_watch()
673 (* remove_function) (watches, watch); in protected_change_watch()
678 (* toggle_function) (watches, watch, enabled); in protected_change_watch()
682 connection->watches = watches; in protected_change_watch()
1270 connection->watches = watch_list; in _dbus_connection_new_for_transport()
[all …]
Ddbus-server-protected.h66 DBusWatchList *watches; /**< Our watches */ member
/external/dnsmasq/src/
Ddbus.c69 for (w = daemon->watches; w; w = w->next) in add_watch()
77 w->next = daemon->watches; in add_watch()
78 daemon->watches = w; in add_watch()
88 for (up = &(daemon->watches), w = daemon->watches; w; w = w->next) in remove_watch()
343 for (w = daemon->watches; w; w = w->next) in set_dbus_listeners()
366 for (w = daemon->watches; w; w = w->next) in check_dbus_listeners()
Ddnsmasq.h681 struct watch *watches; member
Ddnsmasq.c203 daemon->watches = NULL; in main()
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dpermission-denied-stops-watches-expected.txt1 Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.
/external/bluetooth/bluez/src/
Ddevice.c117 GSList *watches; /* List of disconnect_data */ member
814 l = device->watches; in device_request_disconnect()
826 g_slist_foreach(device->watches, (GFunc) g_free, NULL); in device_request_disconnect()
827 g_slist_free(device->watches); in device_request_disconnect()
828 device->watches = NULL; in device_request_disconnect()
1023 device->watches = g_slist_append(device->watches, data); in device_add_disconnect_watch()
1032 for (l = device->watches; l; l = l->next) { in device_remove_disconnect_watch()
1036 device->watches = g_slist_remove(device->watches, in device_remove_disconnect_watch()
/external/bluetooth/bluez/
DChangeLog77 Add helpers for D-Bus signal watches.
278 Add support for more detailed usage of disconnect watches.
882 Add support for prioritized watches.
/external/dbus/
DChangeLog4665 watches (if applicable) and add new watches
6471 finalize handlers that remove all the watches.
10817 * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
12173 * bus/*.c: adapt to handle OOM for watches/timeouts
12396 to create watches up front and simply enable/disable them as
12404 watches/timeouts
12406 * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
14688 and setting up watches etc.
14823 * test/watch.c (do_mainloop): handle adding/removing watches
14824 during iteration over the watches. Also, ref the connection/server
[all …]
/external/bluetooth/glib/
DChangeLog.pre-2-1070 Implement watches for GIOChannels for write file descriptors on
DChangeLog.pre-2-02475 * glib/giunix.c: Fix prepare/check/dispatch for watches.
/external/srec/config/en.us/dictionary/
Dlarge.ok31527 watches woC6z
/external/webkit/WebKitTools/
DChangeLog6562 Add watches for EWS
/external/webkit/WebCore/
DChangeLog-2010-01-2960726 When Geolocation permission is denied, stops watches as well as one-shots.
60730 fast/dom/Geolocation/permission-denied-stops-watches.html