Home
last modified time | relevance | path

Searched refs:android_log_write_list_buffer (Results 1 – 5 of 5) sorted by relevance

/system/core/liblog/
Dliblog.map.txt92 android_log_write_list_buffer;
Dlog_event_list.cpp318 int android_log_write_list_buffer(android_log_context context, const char** buffer) { in android_log_write_list_buffer() function
/system/core/liblog/include/private/
Dandroid_logger.h155 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
/system/core/include/private/
Dandroid_logger.h155 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
/system/core/logd/
DLogTags.cpp524 ssize_t len = android_log_write_list_buffer(ctx, &cp); in WritePmsgEventLogTags()