Searched refs:arg_list (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | log.cpp | 45 va_list arg_list; \ 46 va_start(arg_list, format); \ 47 Log::LogEx(level, format, arg_list); \ 48 va_end(arg_list); \ 122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx() argument 136 Log::logger_->Output(format, arg_list); in LogEx() 144 void PrintfLogger::Output(const char *format, va_list arg_list) { in Output() argument 145 vprintf(format, arg_list); in Output()
|
D | log.h | 45 virtual void Output(const char *format, va_list arg_list) = 0; 83 static void LogEx(LogLevel level, const char *format, va_list arg_list); 93 void Output(const char *format, va_list arg_list);
|