Searched refs:LogPrinter (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/ |
D | Printer.cpp | 65 LogPrinter::LogPrinter(const char* logtag, in LogPrinter() function in android::LogPrinter 75 void LogPrinter::printLine(const char* string) { in printLine() 90 void LogPrinter::printRaw(const char* string) { in printRaw()
|
D | Printer_fuzz.cpp | 42 android::LogPrinter logPrinter = in LLVMFuzzerTestOneInput() 43 android::LogPrinter(logTag.c_str(), priority, prefix.c_str(), ignoreBlankLines); in LLVMFuzzerTestOneInput()
|
D | CallStack.cpp | 54 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false); in log()
|
D | ProcessCallStack.cpp | 194 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false); in log()
|
/system/core/libutils/include/utils/ |
D | Printer.h | 41 class LogPrinter : public Printer { 46 LogPrinter(const char* logtag,
|
/system/iorap/src/common/ |
D | printer.h | 54 ::android::LogPrinter log_printer_;
|