Home
last modified time | relevance | path

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

/system/core/libcutils/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/libcutils/include_vndk/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/
Dpmsg_reader.cpp167 struct listnode node; in __android_log_pmsg_file_read()
171 struct listnode node; in __android_log_pmsg_file_read()
172 struct listnode content; in __android_log_pmsg_file_read()
177 struct listnode name_list; in __android_log_pmsg_file_read()
178 struct listnode *node, *n; in __android_log_pmsg_file_read()
382 struct listnode *content_node, *m; in __android_log_pmsg_file_read()
Dlogprint.cpp248 struct listnode* node = list_head(&convertHead); in android_log_format_free()
1195 struct listnode* node; in convertMonotonic()
1197 struct listnode node; /* first */ in convertMonotonic()