Searched defs:p_format (Results 1 – 2 of 2) sorted by relevance
179 static android_LogPriority filterPriForTag(AndroidLogFormat* p_format, in filterPriForTag()201 LIBLOG_ABI_PUBLIC int android_log_shouldPrintLine(AndroidLogFormat* p_format, in android_log_shouldPrintLine()235 LIBLOG_ABI_PUBLIC void android_log_format_free(AndroidLogFormat* p_format) { in android_log_format_free()257 LIBLOG_ABI_PUBLIC int android_log_setPrintFormat(AndroidLogFormat* p_format, in android_log_setPrintFormat()375 LIBLOG_ABI_PUBLIC int android_log_addFilterRule(AndroidLogFormat* p_format, in android_log_addFilterRule()471 LIBLOG_ABI_PUBLIC int android_log_addFilterString(AndroidLogFormat* p_format, in android_log_addFilterString()1550 LIBLOG_ABI_PUBLIC char* android_log_formatLogLine(AndroidLogFormat* p_format, in android_log_formatLogLine()1847 LIBLOG_ABI_PUBLIC int android_log_printLogLine(AndroidLogFormat* p_format, in android_log_printLogLine()
1359 static bool checkPriForTag(AndroidLogFormat* p_format, const char* tag, in checkPriForTag()1369 AndroidLogFormat* p_format = android_log_format_new(); in TEST() local