HomeSort by relevance Sort by last modified time
    Searched refs:AndroidLogFormat (Results 1 - 3 of 3) sorted by null

  /system/core/include/log/
logprint.h 41 typedef struct AndroidLogFormat_t AndroidLogFormat;
54 AndroidLogFormat *android_log_format_new();
56 void android_log_format_free(AndroidLogFormat *p_format);
58 void android_log_setPrintFormat(AndroidLogFormat *p_format,
76 int android_log_addFilterRule(AndroidLogFormat *p_format,
90 int android_log_addFilterString(AndroidLogFormat *p_format,
99 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri);
132 AndroidLogFormat *p_format,
146 AndroidLogFormat *p_format,
  /system/core/liblog/
logprint.c 122 AndroidLogFormat *p_format, const char *tag)
143 static void dumpFilters(AndroidLogFormat *p_format)
164 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri)
169 AndroidLogFormat *android_log_format_new()
171 AndroidLogFormat *p_ret;
173 p_ret = calloc(1, sizeof(AndroidLogFormat));
181 void android_log_format_free(AndroidLogFormat *p_format)
199 void android_log_setPrintFormat(AndroidLogFormat *p_format,
234 int android_log_addFilterRule(AndroidLogFormat *p_format,
307 int android_log_addFilterString(AndroidLogFormat *p_format
    [all...]
  /system/core/logcat/
logcat.cpp 26 static AndroidLogFormat * g_logformat;

Completed in 79 milliseconds