OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Notifier
(Results
1 - 9
of
9
) 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
...]
notify.c
2
*
Notifier
lists
22
void notifier_list_add(NotifierList *list,
Notifier
*
notifier
)
24
QTAILQ_INSERT_HEAD(&list->notifiers,
notifier
, node);
27
void notifier_list_remove(NotifierList *list,
Notifier
*
notifier
)
29
QTAILQ_REMOVE(&list->notifiers,
notifier
, node);
34
Notifier
*
notifier
, *next;
local
36
QTAILQ_FOREACH_SAFE(
notifier
, &list->notifiers, node, next)
[
all
...]
input.c
308
void qemu_add_mouse_mode_change_notifier(
Notifier
*notify)
313
void qemu_remove_mouse_mode_change_notifier(
Notifier
*notify)
console.h
78
void qemu_add_mouse_mode_change_notifier(
Notifier
*notify);
79
void qemu_remove_mouse_mode_change_notifier(
Notifier
*notify);
/frameworks/base/services/java/com/android/server/power/
Notifier.java
51
* The
notifier
is designed to collapse unnecessary broadcasts when it is not
61
final class
Notifier
{
106
public
Notifier
(Looper looper, Context context, IBatteryStats batteryStats,
DisplayPowerController.java
164
//
Notifier
for sending asynchronous notifications.
165
private final
Notifier
mNotifier;
346
public DisplayPowerController(Looper looper, Context context,
Notifier
notifier
,
352
mNotifier =
notifier
;
[
all
...]
PowerManagerService.java
177
private
Notifier
mNotifier;
437
// The
notifier
runs on the system server's main looper so as not to interfere
439
mNotifier = new
Notifier
(Looper.getMainLooper(), mContext, mBatteryStats,
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java
76
static class
Notifier
{
/external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js
68
//
Notifier
events.
Completed in 313 milliseconds