Searched defs:Printer (Results 1 - 3 of 3) sorted by relevance

/system/core/libutils/
H A DPrinter.cpp17 #define LOG_TAG "Printer"
20 #include <utils/Printer.h>
29 * Implementation of Printer
31 Printer::Printer() { function in class:android::Printer
35 Printer::~Printer() {
39 void Printer::printFormatLine(const char* format, ...) {
152 PrefixPrinter::PrefixPrinter(Printer& printer, const char* prefix) :
/system/core/include/utils/
H A DPrinter.h25 class Printer { class in namespace:android
36 Printer();
37 virtual ~Printer();
38 }; // class Printer
41 class LogPrinter : public Printer {
64 class FdPrinter : public Printer {
88 class String8Printer : public Printer {
103 // Print to an existing Printer by adding a prefix to each line
104 class PrefixPrinter : public Printer {
107 PrefixPrinter(Printer
[all...]
/system/core/libutils/include/utils/
H A DPrinter.h25 class Printer { class in namespace:android
36 Printer();
37 virtual ~Printer();
38 }; // class Printer
41 class LogPrinter : public Printer {
64 class FdPrinter : public Printer {
88 class String8Printer : public Printer {
103 // Print to an existing Printer by adding a prefix to each line
104 class PrefixPrinter : public Printer {
107 PrefixPrinter(Printer
[all...]

Completed in 272 milliseconds