Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogprint.h48 } AndroidLogPrintFormat; typedef
70 AndroidLogPrintFormat format);
75 AndroidLogPrintFormat android_log_formatFromString(const char *s);
/system/core/liblog/
Dlogprint.c51 AndroidLogPrintFormat format;
242 AndroidLogPrintFormat format) in android_log_setPrintFormat()
282 LIBLOG_ABI_PUBLIC AndroidLogPrintFormat android_log_formatFromString( in android_log_formatFromString()
285 static AndroidLogPrintFormat format; in android_log_formatFromString()
/system/core/logcat/
Dlogcat.cpp360 static AndroidLogPrintFormat format; in setLogFormat()