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

/frameworks/native/libs/binder/
H A DTextOutput.cpp17 #include <binder/TextOutput.h>
32 TextOutput::TextOutput() { function in class:android::TextOutput
35 TextOutput::~TextOutput() {
42 ((TextOutput*)cookie)->print(txt, strlen(txt));
45 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
64 TextOutput& operator<<(TextOutput
[all...]
/frameworks/native/include/binder/
H A DTextOutput.h30 class TextOutput class in namespace:android
33 TextOutput();
34 virtual ~TextOutput();
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
44 TextOutput& mTO;
54 extern TextOutput& alog;
57 extern TextOutput& aout;
60 extern TextOutput& aerr;
62 typedef TextOutput& (*TextOutputManipFunc)(TextOutput
[all...]
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h30 class TextOutput class in namespace:android
33 TextOutput();
34 virtual ~TextOutput();
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
44 TextOutput& mTO;
54 extern TextOutput& alog;
57 extern TextOutput& aout;
60 extern TextOutput& aerr;
62 typedef TextOutput& (*TextOutputManipFunc)(TextOutput
[all...]

Completed in 43 milliseconds