HomeSort by relevance Sort by last modified time
    Searched refs:watches (Results 1 - 16 of 16) sorted by null

  /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;
  /external/dbus/dbus/
dbus-watch.c 181 * Opaque data type representing a list of watches
183 * Automatically handles removing/re-adding watches
199 DBusList *watches; /**< Watch objects. */ member in struct:DBusWatchList
234 /* free watch_data and removes watches as a side effect */
237 _dbus_list_foreach (&watch_list->watches,
240 _dbus_list_clear (&watch_list->watches);
267 /* Add watches with the new watch function, failing on OOM */
272 link = _dbus_list_get_first_link (&watch_list->watches);
275 DBusList *next = _dbus_list_get_next_link (&watch_list->watches,
305 link2 = _dbus_list_get_first_link (&watch_list->watches);
    [all...]
dbus-server.c 105 server->watches = NULL;
125 server->watches = _dbus_watch_list_new ();
126 if (server->watches == NULL)
142 if (server->watches)
144 _dbus_watch_list_free (server->watches);
145 server->watches = NULL;
184 _dbus_watch_list_free (server->watches);
216 DBusWatchList *watches; local
226 watches = server->watches;
906 DBusWatchList *watches; local
    [all...]
dbus-spawn-win.c 82 DBusWatchList *watches; member in struct:DBusBabysitter
126 sitter->watches = _dbus_watch_list_new ();
127 if (sitter->watches == NULL)
223 if (sitter->watches)
224 _dbus_watch_list_free (sitter->watches);
349 return _dbus_watch_list_set_functions (sitter->watches,
669 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->sitter_watch))
dbus-server-protected.h 65 DBusWatchList *watches; /**< Our watches */ member in struct:DBusServer
dbus-spawn.c 203 DBusWatchList *watches; /**< Watches */ member in struct:DBusBabysitter
232 sitter->watches = _dbus_watch_list_new ();
233 if (sitter->watches == NULL)
359 if (sitter->watches)
360 _dbus_watch_list_free (sitter->watches);
742 return _dbus_watch_list_set_functions (sitter->watches,
1165 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->error_watch))
1180 if (!_dbus_watch_list_add_watch (sitter->watches, sitter->sitter_watch))
    [all...]
dbus-connection.c 269 DBusWatchList *watches; /**< Stores active watches. */ member in struct:DBusConnection
689 if (connection->watches)
692 retval = (* add_function) (connection->watches, watch);
696 (* remove_function) (connection->watches, watch);
701 (* toggle_function) (connection->watches, watch, enabled);
    [all...]
  /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)
dnsmasq.c 203 daemon->watches = NULL;
    [all...]
dnsmasq.h 681 struct watch *watches; member in struct:daemon
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 1 description("Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.");
  /external/bluetooth/bluez/audio/
telephony-ofono.c 60 static GSList *watches = NULL; variable
    [all...]
telephony-maemo6.c 147 static GSList *watches = NULL; variable
    [all...]
  /external/bluetooth/bluez/src/
device.c 118 GSList *watches; /* List of disconnect_data */ member in struct:btd_device
744 while (device->watches) {
745 struct btd_disconnect_data *data = device->watches->data;
753 if (!g_slist_find(device->watches, data))
756 device->watches = g_slist_remove(device->watches, data);
929 device->watches = g_slist_append(device->watches, data);
938 for (l = device->watches; l; l = l->next) {
942 device->watches = g_slist_remove(device->watches
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 316 milliseconds