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()374 LIBLOG_ABI_PUBLIC int android_log_addFilterRule(AndroidLogFormat* p_format, in android_log_addFilterRule()470 LIBLOG_ABI_PUBLIC int android_log_addFilterString(AndroidLogFormat* p_format, in android_log_addFilterString()1511 LIBLOG_ABI_PUBLIC char* android_log_formatLogLine(AndroidLogFormat* p_format, in android_log_formatLogLine()1808 LIBLOG_ABI_PUBLIC int android_log_printLogLine(AndroidLogFormat* p_format, in android_log_printLogLine()
1352 static bool checkPriForTag(AndroidLogFormat* p_format, const char* tag, in checkPriForTag()1362 AndroidLogFormat* p_format = android_log_format_new(); in TEST() local