/frameworks/native/libs/binder/include/binder/ |
TextOutput.h | 30 class TextOutput 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...] |
BufferedTextOutput.h | 20 #include <binder/TextOutput.h> 27 class BufferedTextOutput : public TextOutput
|
Parcel.h | 45 class TextOutput; 402 void print(TextOutput& to, uint32_t flags = 0) const; [all...] |
/system/libhwbinder/include/hwbinder/ |
TextOutput.h | 31 class TextOutput 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...] |
BufferedTextOutput.h | 20 #include <hwbinder/TextOutput.h> 28 class BufferedTextOutput : public TextOutput
|
Parcel.h | 42 class TextOutput; 267 void print(TextOutput& to, uint32_t flags = 0) const; 314 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel)
|
/frameworks/native/libs/binder/ |
TextOutput.cpp | 17 #include <binder/TextOutput.h> 32 TextOutput::TextOutput() { 35 TextOutput::~TextOutput() { 42 ((TextOutput*)cookie)->print(txt, strlen(txt)); 45 TextOutput& operator<<(TextOutput& to, const TypeCode& val) 64 TextOutput& operator<<(TextOutput& to, const HexDump& val [all...] |
Static.cpp | 69 TextOutput& alog(gLogTextOutput); 70 TextOutput& aout(gStdoutTextOutput); 71 TextOutput& aerr(gStderrTextOutput);
|
IPCThreadState.cpp | 23 #include <binder/TextOutput.h> 120 static const void* printBinderTransactionData(TextOutput& out, const void* data) 139 static const void* printReturnCommand(TextOutput& out, const void* _cmd) 200 static const void* printCommand(TextOutput& out, const void* _cmd) 568 TextOutput::Bundle _b(alog); 608 TextOutput::Bundle _b(alog); 842 TextOutput::Bundle _b(alog); 899 TextOutput::Bundle _b(alog); 1065 TextOutput::Bundle _b(alog); [all...] |
/system/libhwbinder/ |
TextOutput.cpp | 17 #include <hwbinder/TextOutput.h> 33 TextOutput::TextOutput() { 36 TextOutput::~TextOutput() { 43 ((TextOutput*)cookie)->print(txt, strlen(txt)); 46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) 65 TextOutput& operator<<(TextOutput& to, const HexDump& val [all...] |
Static.cpp | 70 TextOutput& alog(gLogTextOutput); 71 TextOutput& aout(gStdoutTextOutput); 72 TextOutput& aerr(gStderrTextOutput);
|
/frameworks/native/libs/binder/tests/ |
binderTextOutputTest.cpp | 28 #include <binder/TextOutput.h> 60 TEST(TextOutput, HandlesStdEndl) { 69 TEST(TextOutput, HandlesCEndl) { 78 TEST(TextOutput, HandlesAndroidEndl) { 87 TEST(TextOutput, HandleEmptyString) { 91 TEST(TextOutput, HandleString) { 95 TEST(TextOutput, HandleNum) { 99 TEST(TextOutput, HandleBool) { 103 TEST(TextOutput, HandleChar) { 107 TEST(TextOutput, HandleParcel) [all...] |
/frameworks/native/cmds/dumpsys/ |
main.cpp | 24 #include <binder/TextOutput.h>
|
dumpsys.cpp | 26 #include <binder/TextOutput.h>
|
/frameworks/rs/cpp/util/ |
StrongPointer.h | 30 class TextOutput; 31 TextOutput& printStrongPointer(TextOutput& to, const void* val); 115 TextOutput& operator<<(TextOutput& to, const sp<T>& val); 212 inline TextOutput& operator<<(TextOutput& to, const sp<T>& val)
|
RefBase.h | 33 class TextOutput; 34 TextOutput& printWeakPointer(TextOutput& to, const void* val); 288 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 449 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/frameworks/av/media/libaaudio/src/binding/ |
AAudioServiceDefinitions.h | 22 #include <binder/TextOutput.h>
|
IAAudioService.h | 22 #include <binder/TextOutput.h>
|
/system/core/libutils/include/utils/ |
RefBase.h | 189 class TextOutput; 190 TextOutput& printWeakPointer(TextOutput& to, const void* val); 442 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 603 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
String16.h | 40 class TextOutput;
|
String8.h | 34 class TextOutput;
|
/frameworks/native/cmds/cmd/ |
cmd.cpp | 25 #include <binder/TextOutput.h>
|
/test/vts/drivers/hal/common/binder/ |
VtsFuzzerBinderService.cpp | 31 #include <binder/TextOutput.h>
|
/test/vts/drivers/hal/framework/ |
BinderServer.cpp | 37 #include <binder/TextOutput.h>
|
/frameworks/native/cmds/service/ |
service.cpp | 20 #include <binder/TextOutput.h>
|