Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 3 of 3) sorted by relevance

/system/core/libcutils/include/cutils/
Dlist.h81 #define list_head(list) ((list)->next) macro
/system/core/libcutils/include_vndk/cutils/
Dlist.h81 #define list_head(list) ((list)->next) macro
/system/core/liblog/
Dlogprint.cpp248 struct listnode* node = list_head(&convertHead); in android_log_format_free()
250 LOG_ALWAYS_FATAL_IF(node == list_head(&convertHead), "corrupted list"); in android_log_format_free()
1369 list = node_to_item(list_head(&convertHead), struct conversionList, node); in convertMonotonic()