Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dlogprint.h39 } AndroidLogPrintFormat; typedef
59 AndroidLogPrintFormat format);
64 AndroidLogPrintFormat android_log_formatFromString(const char *s);
/system/core/liblog/
Dlogprint.c41 AndroidLogPrintFormat format;
200 AndroidLogPrintFormat format) in android_log_setPrintFormat()
208 AndroidLogPrintFormat android_log_formatFromString(const char * formatString) in android_log_formatFromString()
210 static AndroidLogPrintFormat format; in android_log_formatFromString()
/system/core/logcat/
Dlogcat.cpp435 static AndroidLogPrintFormat format; in setLogFormat()