Searched defs:printer (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DPrinter.cpp152 PrefixPrinter::PrefixPrinter(Printer& printer, const char* prefix) : argument
153 mPrinter(printer), mPrefix(prefix ?: "") {
H A DProcessCallStack.cpp47 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) { argument
68 printer.printLine();
69 printer.printLine();
70 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr);
71 printer.printFormatLine("Cmd line: %s", procName);
74 static void dumpProcessFooter(Printer& printer, pid_t pid) { argument
75 printer.printLine();
76 printer.printFormatLine("----- end %d -----", pid);
77 printer.printLine();
207 LogPrinter printer(logta
220 printInternal(Printer& printer, Printer& csPrinter) const argument
[all...]

Completed in 113 milliseconds