Searched refs:TextOutput (Results 1 – 8 of 8) sorted by relevance
/system/libhwbinder/ |
D | TextOutput.h | 31 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 …]
|
D | TextOutput.cpp | 33 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 <<()
|
D | Static.cpp | 51 TextOutput& alog(gLogTextOutput);
|
D | BufferedTextOutput.h | 29 class BufferedTextOutput : public TextOutput
|
D | Android.bp | 67 "TextOutput.cpp",
|
D | IPCThreadState.cpp | 125 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()
|
D | Parcel.cpp | 1649 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const in print()
|
/system/libhwbinder/include/hwbinder/ |
D | Parcel.h | 52 class TextOutput; variable 263 void print(TextOutput& to, uint32_t flags = 0) const; 315 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel)
|