Searched refs:node_to_item (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/ |
D | pmsg_reader.cpp | 283 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()
|
D | logprint.cpp | 1304 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/ |
D | list.h | 32 #define node_to_item(node, container, member) \ macro
|
/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ macro
|