Home
last modified time | relevance | path

Searched refs:listnode (Results 1 – 16 of 16) sorted by relevance

/system/core/include/cutils/
Dlist.h26 struct listnode struct
28 struct listnode *next; argument
29 struct listnode *prev; argument
36 struct listnode name = { \
52 static inline void list_init(struct listnode *node) in list_init()
58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail()
66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
74 static inline void list_remove(struct listnode *item) in list_remove()
/system/core/liblog/
Dlogger.h37 struct listnode *node;
41 struct listnode node;
57 struct listnode node;
99 struct listnode logger;
100 struct listnode transport;
108 struct listnode node;
115 struct listnode node;
Dconfig_read.c20 LIBLOG_HIDDEN struct listnode __android_log_transport_read =
22 LIBLOG_HIDDEN struct listnode __android_log_persist_read =
26 struct listnode *list, struct android_log_transport_read *transport) { in __android_log_add_transport()
Dconfig_write.c20 LIBLOG_HIDDEN struct listnode __android_log_transport_write =
22 LIBLOG_HIDDEN struct listnode __android_log_persist_write =
26 struct listnode *list, struct android_log_transport_write *transport) { in __android_log_add_transport()
Dconfig_read.h26 extern LIBLOG_HIDDEN struct listnode __android_log_transport_read;
27 extern LIBLOG_HIDDEN struct listnode __android_log_persist_read;
Dconfig_write.h26 extern LIBLOG_HIDDEN struct listnode __android_log_transport_write;
27 extern LIBLOG_HIDDEN struct listnode __android_log_persist_write;
Dpmsg_reader.c268 struct listnode node; in __android_log_pmsg_file_read()
278 struct listnode node; in __android_log_pmsg_file_read()
279 struct listnode content; in __android_log_pmsg_file_read()
284 struct listnode name_list; in __android_log_pmsg_file_read()
285 struct listnode *node, *n; in __android_log_pmsg_file_read()
496 struct listnode *content_node, *m; in __android_log_pmsg_file_read()
Dlogger_read.c62 struct listnode *node; in init_transport_context()
307 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_open()
460 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_list_free()
472 struct listnode *node = list_head(&logger_list_internal->logger); in android_logger_list_free()
Dlogprint.c234 struct listnode *node = list_head(&convertHead); in android_log_format_free()
1026 struct listnode *node; in convertMonotonic()
1028 struct listnode node; /* first */ in convertMonotonic()
Dlogger_write.c175 struct listnode *n; in __write_to_log_initialize()
/system/core/libcutils/
Dandroid_reboot.c41 struct listnode list;
71 static void find_rw(struct listnode* rw_entries) in find_rw()
95 static void free_entries(struct listnode* entries) in free_entries()
97 struct listnode* node; in free_entries()
98 struct listnode* n; in free_entries()
109 static mntent_list* find_item(struct listnode* rw_entries, const char* fsname_to_find) in find_item()
111 struct listnode* node; in find_item()
137 struct listnode* node; in remount_ro()
/system/core/adb/
Dadb_auth_client.cpp36 struct listnode node;
55 static void read_keys(const char *file, struct listnode *list) in read_keys()
100 static void free_keys(struct listnode *list) in free_keys()
102 struct listnode *item; in free_keys()
111 static void load_keys(struct listnode *list) in load_keys()
144 struct listnode *item; in adb_auth_verify()
145 struct listnode key_list; in adb_auth_verify()
Dadb_auth_host.cpp54 struct listnode node;
58 static struct listnode key_list;
263 static int read_key(const char *file, struct listnode *list) in read_key()
310 static int get_user_key(struct listnode *list) in get_user_key()
334 static void get_vendor_keys(struct listnode* key_list) { in get_vendor_keys()
368 struct listnode *item; in adb_auth_nextkey()
/system/core/init/
Dueventd.h30 struct listnode slist;
Ddevices.cpp85 struct listnode plist;
92 struct listnode list;
134 struct listnode *node; in fixup_sys_perms()
193 struct listnode *node; in get_device_perm()
303 struct listnode *node; in find_platform_device()
319 struct listnode *node; in remove_platform_device()
Dueventd_parser.cpp86 struct listnode *node; in ueventd_subsystem_find_by_name()