Searched defs:p_format (Results 1 – 2 of 2) sorted by relevance
| /system/core/liblog/ |
| D | logprint.c | 114 AndroidLogFormat *p_format, const char *tag) in filterPriForTag() 139 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri) in android_log_shouldPrintLine() 156 void android_log_format_free(AndroidLogFormat *p_format) in android_log_format_free() 174 void android_log_setPrintFormat(AndroidLogFormat *p_format, in android_log_setPrintFormat() 209 int android_log_addFilterRule(AndroidLogFormat *p_format, in android_log_addFilterRule() 281 int android_log_addFilterString(AndroidLogFormat *p_format, in android_log_addFilterString() 684 AndroidLogFormat *p_format, in android_log_formatLogLine() 875 AndroidLogFormat *p_format, in android_log_printLogLine()
|
| /system/core/liblog/tests/ |
| D | liblog_test.cpp | 617 static bool checkPriForTag(AndroidLogFormat *p_format, const char *tag, android_LogPriority pri) { in checkPriForTag() 625 AndroidLogFormat *p_format = android_log_format_new(); in TEST() local
|