Lines Matching refs:AndroidLogFormat
178 static android_LogPriority filterPriForTag(AndroidLogFormat* p_format, const char* tag) { in filterPriForTag()
198 int android_log_shouldPrintLine(AndroidLogFormat* p_format, const char* tag, in android_log_shouldPrintLine()
203 AndroidLogFormat* android_log_format_new() { in android_log_format_new()
204 AndroidLogFormat* p_ret; in android_log_format_new()
206 p_ret = static_cast<AndroidLogFormat*>(calloc(1, sizeof(AndroidLogFormat))); in android_log_format_new()
231 void android_log_format_free(AndroidLogFormat* p_format) { in android_log_format_free()
254 int android_log_setPrintFormat(AndroidLogFormat* p_format, AndroidLogPrintFormat format) { in android_log_setPrintFormat()
369 int android_log_addFilterRule(AndroidLogFormat* p_format, const char* filterExpression) { in android_log_addFilterRule()
464 int android_log_addFilterString(AndroidLogFormat* p_format, const char* filterString) { in android_log_addFilterString()
1524 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer, in android_log_formatLogLine()
1817 int android_log_printLogLine(AndroidLogFormat* p_format, int fd, const AndroidLogEntry* entry) { in android_log_printLogLine()