Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/client/
Dline_printer.h33 void Print(std::string to_print, LineType type);
Dfile_sync_client.cpp202 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress()
221 lp.Print(ss.str(), LinePrinter::LineType::INFO); in ReportTransferRate()
883 line_printer_.Print(s, LinePrinter::INFO); in Printf()
894 line_printer_.Print(s, LinePrinter::INFO); in Println()
906 line_printer_.Print(s, LinePrinter::ERROR); in Error()
917 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
Dline_printer.cpp70 void LinePrinter::Print(string to_print, LineType type) { in Print() function in LinePrinter
Dbugreport.cpp285 line_printer_.Print( in UpdateProgress()