Home
last modified time | relevance | path

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

/system/core/liblog/
Dpmsg_reader.cpp283 names = node_to_item(node, struct names, node); in __android_log_pmsg_file_read()
330 struct names* a_name = node_to_item(node, struct names, node); in __android_log_pmsg_file_read()
354 content = node_to_item(node, struct content, node); in __android_log_pmsg_file_read()
372 if ((node_to_item(node, struct content, node))->entry.nsec < log_msg.entry.nsec) { in __android_log_pmsg_file_read()
386 names = node_to_item(node, struct names, node); in __android_log_pmsg_file_read()
396 content = node_to_item(content_node, struct content, node); in __android_log_pmsg_file_read()
Dlogprint.cpp1304 list = node_to_item(list_tail(&convertHead), struct conversionList, node); in convertMonotonic()
1369 list = node_to_item(list_head(&convertHead), struct conversionList, node); in convertMonotonic()
1372 next = node_to_item(node, struct conversionList, node); in convertMonotonic()
/system/core/libcutils/include/cutils/
Dlist.h32 #define node_to_item(node, container, member) \ macro
/system/core/libcutils/include_vndk/cutils/
Dlist.h32 #define node_to_item(node, container, member) \ macro