Home
last modified time | relevance | path

Searched refs:TextOutput (Results 1 – 8 of 8) sorted by relevance

/system/libhwbinder/
DTextOutput.h31 class TextOutput
34 TextOutput();
35 virtual ~TextOutput();
42 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle()
45 TextOutput& mTO;
55 extern TextOutput& alog;
57 typedef TextOutput& (*TextOutputManipFunc)(TextOutput&);
59 TextOutput& endl(TextOutput& to);
60 TextOutput& indent(TextOutput& to);
61 TextOutput& dedent(TextOutput& to);
[all …]
DTextOutput.cpp33 TextOutput::TextOutput() { in TextOutput() function in android::hardware::TextOutput
36 TextOutput::~TextOutput() { in ~TextOutput()
43 ((TextOutput*)cookie)->print(txt, strlen(txt)); in textOutputPrinter()
46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
65 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
DStatic.cpp51 TextOutput& alog(gLogTextOutput);
DBufferedTextOutput.h29 class BufferedTextOutput : public TextOutput
DAndroid.bp67 "TextOutput.cpp",
DIPCThreadState.cpp125 static const void* printBinderTransactionData(TextOutput& out, const void* data) in printBinderTransactionData()
144 static const void* printReturnCommand(TextOutput& out, const void* _cmd) in printReturnCommand()
205 static const void* printCommand(TextOutput& out, const void* _cmd) in printCommand()
DParcel.cpp1649 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const in print()
/system/libhwbinder/include/hwbinder/
DParcel.h52 class TextOutput; variable
263 void print(TextOutput& to, uint32_t flags = 0) const;
315 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel)