Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlogprint.h145 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer,
/system/logging/liblog/
Dlogprint.cpp1415 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer, in android_log_formatLogLine() function
1698 char* line = android_log_formatLogLine(p_format, buf, sizeof(buf), entry, &line_length); in android_log_printLogLine()
/system/logging/liblog/tests/
Dliblog_test.cpp1223 android_log_formatLogLine(p_format, in TEST()