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

  /external/qemu/
notify.c 19 QTAILQ_INIT(&list->notifiers);
24 QTAILQ_INSERT_HEAD(&list->notifiers, notifier, node);
29 QTAILQ_REMOVE(&list->notifiers, notifier, node);
36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
notify.h 29 QTAILQ_HEAD(, Notifier) notifiers; member in struct:NotifierList
33 { QTAILQ_HEAD_INITIALIZER((head).notifiers) }
  /external/bluetooth/glib/gobject/
gclosure.c 82 * g_closure_invalidate() and invalidation notifiers allow callbacks to be
213 closure->notifiers = NULL;
231 * - closure->notifiers may be reloacted during callback
251 ndata = closure->notifiers + CLOSURE_N_MFUNCS (closure) + n;
266 ndata = closure->notifiers + CLOSURE_N_MFUNCS (closure) + closure->n_fnotifiers + n;
280 ndata = closure->notifiers + offs + i;
289 ndata = closure->notifiers + offs + i;
323 GClosureNotifyData *notifiers; local
331 notifiers = closure->notifiers;
    [all...]
gclosure.h 46 * Get the total number of notifiers connected with the closure @cl.
47 * The count includes the meta marshaller, the finalize and invalidate notifiers
48 * and the marshal guards. Note that each guard counts as two notifiers.
52 * Returns: number of notifiers
151 volatile guint n_fnotifiers : 2; /* finalization notifiers */
152 volatile guint n_inotifiers : 8; /* invalidation notifiers */
169 /*< private >*/ GClosureNotifyData *notifiers; member in struct:_GClosure
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 476 void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error)
478 GeoNotifierVector::const_iterator end = notifiers.end();
479 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
487 void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position)
489 GeoNotifierVector::const_iterator end = notifiers.end();
490 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
498 void Geolocation::stopTimer(GeoNotifierVector& notifiers)
500 GeoNotifierVector::const_iterator end = notifiers.end();
501 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
529 void Geolocation::cancelRequests(GeoNotifierVector& notifiers)
    [all...]
Geolocation.h 156 static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached);
  /frameworks/base/docs/html/guide/
guide_toc.cs 142 <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
146 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
149 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
    [all...]

Completed in 212 milliseconds