Searched refs:android_log_setPrintFormat (Results 1 – 4 of 4) sorted by relevance
74 int android_log_setPrintFormat(AndroidLogFormat* p_format,
83 android_log_setPrintFormat(format, android_log_formatFromString("threadtime")); in GetLogFormat()84 android_log_setPrintFormat(format, android_log_formatFromString("uid")); in GetLogFormat()
427 return android_log_setPrintFormat(logformat_.get(), format); in SetLogFormat()
255 int android_log_setPrintFormat(AndroidLogFormat* p_format, AndroidLogPrintFormat format) { in android_log_setPrintFormat() function