Home
last modified time | relevance | path

Searched refs:line_printer_ (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/client/
Dbugreport.h30 Bugreport() : line_printer_() { in Bugreport()
46 LinePrinter line_printer_; variable
Dfile_sync_client.cpp266 line_printer_.KeepInfoLine(); in ~SyncConnection()
321 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()
325 current_ledger_.ReportTransferRate(line_printer_, file, direction); in ReportTransferRate()
330 global_ledger_.ReportTransferRate(line_printer_, "", direction); in ReportOverallTransferRate()
893 line_printer_.Print(s, LinePrinter::INFO); in Printf()
904 line_printer_.Print(s, LinePrinter::INFO); in Println()
905 line_printer_.KeepInfoLine(); in Println()
916 line_printer_.Print(s, LinePrinter::ERROR); in Error()
927 line_printer_.Print(s, LinePrinter::WARNING); in Warning()
963 LinePrinter line_printer_; member in SyncConnection
Dbugreport.cpp286 line_printer_.Print( in UpdateProgress()