HomeSort by relevance Sort by last modified time
    Searched defs:Notifier (Results 1 - 3 of 3) sorted by null

  /external/qemu/
notify.h 2 * Notifier lists
19 typedef struct Notifier Notifier;
21 struct Notifier
23 void (*notify)(Notifier *notifier);
24 QTAILQ_ENTRY(Notifier) node;
29 QTAILQ_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 76 static class Notifier {
  /frameworks/base/services/java/com/android/server/power/
Notifier.java 46 * The notifier is designed to collapse unnecessary broadcasts when it is not
56 final class Notifier {
100 public Notifier(Looper looper, Context context, IBatteryStats batteryStats,

Completed in 269 milliseconds