Home
last modified time | relevance | path

Searched refs:AndroidLogFormat (Results 1 – 5 of 5) sorted by relevance

/system/core/liblog/include/log/
Dlogprint.h53 typedef struct AndroidLogFormat_t AndroidLogFormat; typedef
68 AndroidLogFormat* android_log_format_new();
70 void android_log_format_free(AndroidLogFormat* p_format);
73 int android_log_setPrintFormat(AndroidLogFormat* p_format,
91 int android_log_addFilterRule(AndroidLogFormat* p_format,
104 int android_log_addFilterString(AndroidLogFormat* p_format,
111 int android_log_shouldPrintLine(AndroidLogFormat* p_format, const char* tag,
143 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer,
154 int android_log_printLogLine(AndroidLogFormat* p_format, int fd,
/system/core/liblog/
Dlogprint.cpp178 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()
[all …]
Dstderr_write.cpp51 AndroidLogFormat* logformat;
/system/core/liblog/tests/
Dliblog_test.cpp462 AndroidLogFormat* logformat = android_log_format_new(); in bswrite_test()
576 AndroidLogFormat* logformat = android_log_format_new(); in buf_write_test()
1175 AndroidLogFormat* logformat = android_log_format_new(); in TEST()
1339 static bool checkPriForTag(AndroidLogFormat* p_format, const char* tag, in checkPriForTag()
1349 AndroidLogFormat* p_format = android_log_format_new(); in TEST()
2857 AndroidLogFormat* logformat = android_log_format_new(); in create_android_logger()
/system/core/logcat/
Dlogcat.cpp107 AndroidLogFormat* logformat;