Searched defs:TextOutput (Results 1 - 2 of 2) sorted by relevance

/system/libhwbinder/
H A DTextOutput.cpp17 #include <hwbinder/TextOutput.h>
33 TextOutput::TextOutput() { function in class:android::hardware::TextOutput
36 TextOutput::~TextOutput() {
43 ((TextOutput*)cookie)->print(txt, strlen(txt));
46 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
65 TextOutput& operator<<(TextOutput
[all...]
/system/libhwbinder/include/hwbinder/
H A DTextOutput.h31 class TextOutput class in namespace:android::hardware
34 TextOutput();
35 virtual ~TextOutput();
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
45 TextOutput& mTO;
55 extern TextOutput& alog;
58 extern TextOutput& aout;
61 extern TextOutput& aerr;
63 typedef TextOutput& (*TextOutputManipFunc)(TextOutput
[all...]

Completed in 212 milliseconds