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

  /bionic/libc/kernel/common/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /development/ndk/platforms/android-3/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
notifier.h 18 struct notifier_block { struct
19 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
20 struct notifier_block *next;
26 struct notifier_block *head;
31 struct notifier_block *head;
35 struct notifier_block *head;
  /external/kernel-headers/original/linux/
notifier.h 35 struct notifier_block { struct
36 int (*notifier_call)(struct notifier_block *, unsigned long, void *);
37 struct notifier_block *next;
43 struct notifier_block *head;
48 struct notifier_block *head;
52 struct notifier_block *head;
89 struct notifier_block *);
91 struct notifier_block *);
93 struct notifier_block *);
96 struct notifier_block *);
    [all...]

Completed in 227 milliseconds