Home
last modified time | relevance | path

Searched refs:NotifierList (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dnotify.h27 typedef struct NotifierList struct
30 } NotifierList; typedef
35 void notifier_list_init(NotifierList *list);
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_list_remove(NotifierList *list, Notifier *notifier);
41 void notifier_list_notify(NotifierList *list);
Dnotify.c17 void notifier_list_init(NotifierList *list) in notifier_list_init()
22 void notifier_list_add(NotifierList *list, Notifier *notifier) in notifier_list_add()
27 void notifier_list_remove(NotifierList *list, Notifier *notifier) in notifier_list_remove()
32 void notifier_list_notify(NotifierList *list) in notifier_list_notify()
Dinput.c43 static NotifierList mouse_mode_notifiers =