Searched defs:TextOutput (Results 1 - 2 of 2) 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() {
40 TextOutput& operator<<(TextOutput& to, bool val)
47 TextOutput& operator<<(TextOutput& to, int val)
55 TextOutput
[all...]
/frameworks/native/include/binder/
H A DTextOutput.h31 class TextOutput class in namespace:android
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 92 milliseconds