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