Home
last modified time | relevance | path

Searched refs:list_empty (Results 1 – 9 of 9) sorted by relevance

/system/core/liblog/
Dlogger_read.c68 if (list_empty(&logger_list->logger)) { in init_transport_context()
72 if (!list_empty(&logger_list->transport)) { in init_transport_context()
78 if (list_empty(&__android_log_transport_read) && in init_transport_context()
79 list_empty(&__android_log_persist_read)) { in init_transport_context()
118 if (list_empty(&logger_list->transport)) { in init_transport_context()
306 while (!list_empty(&logger_list_internal->transport)) { in android_logger_open()
459 while (!list_empty(&logger_list_internal->transport)) { in android_logger_list_free()
471 while (!list_empty(&logger_list_internal->logger)) { in android_logger_list_free()
Dconfig_read.c33 if (list_empty(list)) { in __android_log_add_transport()
Dconfig_write.c33 if (list_empty(list)) { in __android_log_add_transport()
Dlogger_write.c123 if (list_empty(&__android_log_transport_write)) { in __android_log_dev_available()
368 if (!list_empty(&__android_log_persist_write)) { in __write_to_log_init()
Dlogprint.c233 while (!list_empty(&convertHead)) { in android_log_format_free()
1035 if (list_empty(&convertHead)) { in convertMonotonic()
1134 if (suspended_pending && !list_empty(&convertHead)) { in convertMonotonic()
/system/core/include/cutils/
Dlist.h80 #define list_empty(list) ((list) == (list)->next) macro
/system/core/libcutils/
Dandroid_reboot.c185 if (list_empty(&rw_entries)) { in remount_ro()
/system/core/adb/
Dadb_auth_client.cpp104 while (!list_empty(list)) { in free_keys()
Dadb_auth_host.cpp370 if (list_empty(&key_list)) in adb_auth_nextkey()