Searched refs:TextOutput (Results 1 – 10 of 10) sorted by relevance
/system/libhwbinder/include/hwbinder/ |
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; 58 extern TextOutput& aout; 61 extern TextOutput& aerr; 63 typedef TextOutput& (*TextOutputManipFunc)(TextOutput&); 65 TextOutput& endl(TextOutput& to); [all …]
|
D | BufferedTextOutput.h | 28 class BufferedTextOutput : public TextOutput
|
D | Parcel.h | 41 class TextOutput; variable 266 void print(TextOutput& to, uint32_t flags = 0) const; 313 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel)
|
/system/libhwbinder/ |
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 | 70 TextOutput& alog(gLogTextOutput); 71 TextOutput& aout(gStdoutTextOutput); 72 TextOutput& aerr(gStderrTextOutput);
|
D | Android.bp | 38 "TextOutput.cpp",
|
D | IPCThreadState.cpp | 123 static const void* printBinderTransactionData(TextOutput& out, const void* data) in printBinderTransactionData() 142 static const void* printReturnCommand(TextOutput& out, const void* _cmd) in printReturnCommand() 203 static const void* printCommand(TextOutput& out, const void* _cmd) in printCommand()
|
D | Parcel.cpp | 1872 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const in print()
|
/system/core/libutils/include/utils/ |
D | RefBase.h | 191 class TextOutput; variable 192 TextOutput& printWeakPointer(TextOutput& to, const void* val); 463 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 639 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/system/core/adb/daemon/ |
D | abb.cpp | 29 class AdbFdTextOutput : public android::TextOutput {
|