Searched defs:printLine (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/core/libutils/ | ||
H A D | Printer.cpp | 75 void LogPrinter::printLine(const char* string) { in printLine() function in android::LogPrinter |
/aosp12/system/iorap/src/common/ | ||
H A D | printer.h | 42 virtual void printLine(const char* string) override { in printLine() function |