Searched defs:p_format (Results 1 – 2 of 2) sorted by relevance
/system/logging/liblog/ |
D | logprint.cpp | 183 static android_LogPriority filterPriForTag(AndroidLogFormat* p_format, const char* tag) { in filterPriForTag() 203 int android_log_shouldPrintLine(AndroidLogFormat* p_format, const char* tag, in android_log_shouldPrintLine() 232 void android_log_format_free(AndroidLogFormat* p_format) { in android_log_format_free() 255 int android_log_setPrintFormat(AndroidLogFormat* p_format, AndroidLogPrintFormat format) { in android_log_setPrintFormat() 372 int android_log_addFilterRule(AndroidLogFormat* p_format, const char* filterExpression) { in android_log_addFilterRule() 467 int android_log_addFilterString(AndroidLogFormat* p_format, const char* filterString) { in android_log_addFilterString() 1431 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer, in android_log_formatLogLine() 1716 int android_log_printLogLine(AndroidLogFormat* p_format, int fd, const AndroidLogEntry* entry) { in android_log_printLogLine()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 1160 static bool checkPriForTag(AndroidLogFormat* p_format, const char* tag, in checkPriForTag() 1170 AndroidLogFormat* p_format = android_log_format_new(); in TEST() local
|