/frameworks/native/include/binder/ |
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 <binder/TextOutput.h> 27 class BufferedTextOutput : public TextOutput
|
Parcel.h | 37 class TextOutput; 228 void print(TextOutput& to, uint32_t flags = 0) const; 391 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() { 40 TextOutput& operator<<(TextOutput& to, bool val) 47 TextOutput& operator<<(TextOutput& to, int val) 55 TextOutput& operator<<(TextOutput& to, long val [all...] |
Static.cpp | 69 TextOutput& alog(gLogTextOutput); 70 TextOutput& aout(gStdoutTextOutput); 71 TextOutput& aerr(gStderrTextOutput);
|
IPCThreadState.cpp | 23 #include <binder/TextOutput.h> 74 static const void* printReturnCommand(TextOutput& out, const void* _cmd); 75 static const void* printCommand(TextOutput& out, const void* _cmd); 137 static const void* printBinderTransactionData(TextOutput& out, const void* data) 156 static const void* printReturnCommand(TextOutput& out, const void* _cmd) 217 static const void* printCommand(TextOutput& out, const void* _cmd) 554 TextOutput::Bundle _b(alog); 594 TextOutput::Bundle _b(alog); 829 TextOutput::Bundle _b(alog); 886 TextOutput::Bundle _b(alog) [all...] |
Android.mk | 37 TextOutput.cpp \
|
/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/rs/server/ |
StrongPointer.h | 29 class TextOutput; 30 TextOutput& printStrongPointer(TextOutput& to, const void* val); 114 TextOutput& operator<<(TextOutput& to, const sp<T>& val); 211 inline TextOutput& operator<<(TextOutput& to, const sp<T>& val)
|
RefBase.h | 32 class TextOutput; 33 TextOutput& printWeakPointer(TextOutput& to, const void* val); 287 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 448 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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)
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/ |
StrongPointer.h | 29 class TextOutput; 30 TextOutput& printStrongPointer(TextOutput& to, const void* val); 114 TextOutput& operator<<(TextOutput& to, const sp<T>& val); 211 inline TextOutput& operator<<(TextOutput& to, const sp<T>& val)
|
RefBase.h | 32 class TextOutput; 33 TextOutput& printWeakPointer(TextOutput& to, const void* val); 287 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 448 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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)
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/ |
StrongPointer.h | 29 class TextOutput; 30 TextOutput& printStrongPointer(TextOutput& to, const void* val); 114 TextOutput& operator<<(TextOutput& to, const sp<T>& val); 211 inline TextOutput& operator<<(TextOutput& to, const sp<T>& val)
|
RefBase.h | 32 class TextOutput; 33 TextOutput& printWeakPointer(TextOutput& to, const void* val); 287 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 448 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/ |
StrongPointer.h | 29 class TextOutput; 30 TextOutput& printStrongPointer(TextOutput& to, const void* val); 114 TextOutput& operator<<(TextOutput& to, const sp<T>& val); 211 inline TextOutput& operator<<(TextOutput& to, const sp<T>& val)
|
RefBase.h | 32 class TextOutput; 33 TextOutput& printWeakPointer(TextOutput& to, const void* val); 287 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 448 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/system/core/include/utils/ |
RefBase.h | 33 class TextOutput; 34 TextOutput& printWeakPointer(TextOutput& to, const void* val); 306 TextOutput& operator<<(TextOutput& to, const wp<T>& val); 467 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
|
/frameworks/native/cmds/dumpsys/ |
dumpsys.cpp | 12 #include <binder/TextOutput.h>
|