Home
last modified time | relevance | path

Searched refs:LinePrinter (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/client/
Dline_printer.h23 struct LinePrinter { struct
24 LinePrinter();
Dline_printer.cpp48 LinePrinter::LinePrinter() : have_blank_line_(true) { in LinePrinter() function in LinePrinter
70 void LinePrinter::Print(string to_print, LineType type) { in Print()
130 void LinePrinter::KeepInfoLine() { in KeepInfoLine()
Dbugreport.h46 LinePrinter line_printer_;
Dfile_sync_client.cpp149 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress()
181 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress()
184 void ReportTransferRate(LinePrinter& lp, const std::string& name, TransferDirection direction) { in ReportTransferRate()
198 lp.Print(ss.str(), LinePrinter::LineType::INFO); in ReportTransferRate()
521 line_printer_.Print(s, LinePrinter::INFO); in Printf()
532 line_printer_.Print(s, LinePrinter::INFO); in Println()
544 line_printer_.Print(s, LinePrinter::ERROR); in Error()
555 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
584 LinePrinter line_printer_;
Dbugreport.cpp275 LinePrinter::INFO); in UpdateProgress()