Home
last modified time | relevance | path

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

/system/logging/liblog/
Dliblog.map.txt91 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/logging/liblog/include/private/
Dandroid_logger.h147 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
/system/logging/logd/
DLogTags.cpp525 ssize_t len = android_log_write_list_buffer(ctx, &cp); in WritePmsgEventLogTags()