OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Notifier
(Results
1 - 2
of
2
) 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
75
static class
Notifier
{
Completed in 324 milliseconds