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.h144 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer,
/system/logging/liblog/
Dlogprint.cpp1431 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer, in android_log_formatLogLine() function
1723 android_log_formatLogLine(p_format, defaultBuffer, sizeof(defaultBuffer), entry, &totalLen); in android_log_printLogLine()
/system/logging/liblog/tests/
Dliblog_test.cpp1226 android_log_formatLogLine(p_format, in TEST()