HomeSort by relevance Sort by last modified time
    Searched full:watches (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/dbus/dbus/
dbus-mainloop.c 62 DBusHashTable *watches; member in struct:DBusLoop
108 DBusList **watches = data; local
113 if (watches == NULL)
116 for (watch = _dbus_list_pop_first (watches);
118 watch = _dbus_list_pop_first (watches))
123 _dbus_assert (*watches == NULL);
124 dbus_free (watches);
136 loop->watches = _dbus_hash_table_new (DBUS_HASH_INT, NULL,
141 if (loop->watches == NULL || loop->socket_set == NULL)
143 if (loop->watches != NULL
195 DBusList **watches; local
221 DBusList **watches; local
295 DBusList **watches; local
345 DBusList **watches; local
695 DBusList **watches; local
790 DBusList **watches; local
    [all...]
dbus-watch.c 198 * Opaque data type representing a list of watches
200 * Automatically handles removing/re-adding watches
216 DBusList *watches; /**< Watch objects. */ member in struct:DBusWatchList
251 /* free watch_data and removes watches as a side effect */
254 _dbus_list_foreach (&watch_list->watches,
257 _dbus_list_clear (&watch_list->watches);
284 /* Add watches with the new watch function, failing on OOM */
289 link = _dbus_list_get_first_link (&watch_list->watches);
292 DBusList *next = _dbus_list_get_next_link (&watch_list->watches,
322 link2 = _dbus_list_get_first_link (&watch_list->watches);
    [all...]
dbus-server.c 128 server->watches = NULL;
149 server->watches = _dbus_watch_list_new ();
150 if (server->watches == NULL)
166 if (server->watches)
168 _dbus_watch_list_free (server->watches);
169 server->watches = NULL;
208 _dbus_watch_list_free (server->watches);
240 DBusWatchList *watches; local
250 watches = server->watches;
952 DBusWatchList *watches; local
    [all...]
dbus-spawn.c 203 DBusWatchList *watches; /**< Watches */ member in struct:DBusBabysitter
235 sitter->watches = _dbus_watch_list_new ();
236 if (sitter->watches == NULL)
343 if (sitter->watches)
344 _dbus_watch_list_free (sitter->watches);
466 _dbus_assert (sitter->watches != NULL);
467 _dbus_watch_list_remove_watch (sitter->watches, sitter->sitter_watch);
487 _dbus_assert (sitter->watches != NULL);
488 _dbus_watch_list_remove_watch (sitter->watches, sitter->error_watch)
    [all...]
  /external/autotest/client/site_tests/peerd_AdvertiseServices/
control 13 This test starts up Avahi inside a network chroot, then watches for
  /external/autotest/client/site_tests/peerd_DiscoverServices/
control 13 This test starts up Avahi inside a network chroot, then watches for
  /external/avahi/avahi-glib/
glib-watch.c 40 AVAHI_LLIST_FIELDS(AvahiWatch, watches);
64 AVAHI_LLIST_HEAD(AvahiWatch, watches);
74 AVAHI_LLIST_REMOVE(AvahiWatch, watches, w->glib_poll->watches, w);
83 for (w = g->watches; w; w = next) {
134 AVAHI_LLIST_PREPEND(AvahiWatch, watches, g->watches, w);
309 for (w = g->watches; w; w = w->watches_next)
336 for (w = g->watches; w; w = w->watches_next)
376 AVAHI_LLIST_HEAD_INIT(AvahiWatch, g->watches);
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
time_util.cpp 76 static map<string, NamedStopWatch*> watches; local
77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name);
80 watches[watch_name] = watch;
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp 74 static std::map<std::string, NamedStopWatch*> watches; local
75 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name);
78 watches[watch_name] = watch;
  /cts/apps/CtsVerifier/res/values-watch/
strings.xml 17 <!-- Don't test these features on watches. -->
  /bionic/tools/bionicbb/
README.md 56 account needs to have a gerrit account set up with project watches on anything
65 change every time to see if it should be built, whereas project watches allow us
69 watches for a large number of projects. Since bionicbb is only interested in a
  /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
DiscoveryFragment.java 29 * A simple fragment with two buttons to show connected phones and watches
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
DiscoveryFragment.java 29 * A simple fragment with two buttons to show connected phones and watches
  /development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DiscoveryFragment.java 29 * A simple fragment with two buttons to show connected phones and watches
  /external/libbrillo/brillo/
asynchronous_signal_handler_interface.h 16 // into a write on a pipe. Watches that pipe for data and, when some appears,
asynchronous_signal_handler.h 24 // into a write on a pipe. Watches that pipe for data and, when some appears,
  /external/libchrome/base/files/
file_path_watcher_mac.cc 22 // Use kqueue for non-recursive watches and FSEvents for recursive ones.
file_path_watcher_linux.cc 45 // Singleton to manage all inotify watches.
71 // We keep track of which delegates want to be notified on which watches.
131 // Inotify watches are installed for all directory components of |target_|.
155 // - If |target_| does not exist, then clear all the recursive watches.
157 // addition of recursive watches for |target_|.
162 // Enumerate recursively through |path| and add / update watches.
169 // Remove all the recursive watches.
186 // The vector of watches and next component names for all path components,
414 // Update watches if a directory component of the |target_| path
516 // Walk the list of watches and update them as we go
    [all...]
  /external/selinux/policycoreutils/restorecond/
restorecond.8 3 restorecond \- daemon that watches for file creation and then sets the default SELinux file context
  /external/dnsmasq/src/
dbus.c 69 for (w = daemon->watches; w; w = w->next)
77 w->next = daemon->watches;
78 daemon->watches = w;
88 for (up = &(daemon->watches), w = daemon->watches; w; w = w->next)
343 for (w = daemon->watches; w; w = w->next)
366 for (w = daemon->watches; w; w = w->next)
  /external/avahi/avahi-common/
simple-watch.c 47 AVAHI_LLIST_FIELDS(AvahiWatch, watches);
76 AVAHI_LLIST_HEAD(AvahiWatch, watches);
162 AVAHI_LLIST_PREPEND(AvahiWatch, watches, s->watches, w);
222 AVAHI_LLIST_REMOVE(AvahiWatch, watches, w->simple_poll->watches, w);
234 for (w = s->watches; w; w = next) {
361 AVAHI_LLIST_HEAD_INIT(AvahiWatch, s->watches);
409 for (w = s->watches; w; w = w->watches_next) {
576 for (w = s->watches; w; w = w->watches_next)
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py 23 8) Watches to make sure the DUT connects to this BSS.
  /external/libchrome/base/trace_event/
trace_event_system_stats_monitor.h 23 // Watches for chrome://tracing to be enabled or disabled. When tracing is
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ConfigMonitor.java 29 * {@link BroadcastReceiver} which watches configuration changes and
  /packages/apps/Settings/src/com/android/settings/users/
ProfileUpdateReceiver.java 30 * Watches for changes to Me Profile in Contacts and writes the photo to the User Manager.

Completed in 911 milliseconds

1 2 3 4 5 6