OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextOutput
(Results
1 - 17
of
17
) sorted by null
/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
36
class
TextOutput
;
210
void print(
TextOutput
& to, uint32_t flags = 0) const;
370
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>
75
static const void* printReturnCommand(
TextOutput
& out, const void* _cmd);
76
static const void* printCommand(
TextOutput
& out, const void* _cmd);
138
static const void* printBinderTransactionData(
TextOutput
& out, const void* data)
157
static const void* printReturnCommand(
TextOutput
& out, const void* _cmd)
218
static const void* printCommand(
TextOutput
& out, const void* _cmd)
555
TextOutput
::Bundle _b(alog);
595
TextOutput
::Bundle _b(alog);
824
TextOutput
::Bundle _b(alog);
881
TextOutput
::Bundle _b(alog)
[
all
...]
Android.mk
36
TextOutput
.cpp \
Parcel.cpp
26
#include <binder/
TextOutput
.h>
[
all
...]
/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)
/system/core/include/utils/
RefBase.h
33
class
TextOutput
;
34
TextOutput
& printWeakPointer(
TextOutput
& to, const void* val);
299
TextOutput
& operator<<(
TextOutput
& to, const wp<T>& val);
460
inline
TextOutput
& operator<<(
TextOutput
& to, const wp<T>& val)
String16.h
38
class
TextOutput
;
String8.h
33
class
TextOutput
;
/frameworks/native/cmds/dumpsys/
dumpsys.cpp
12
#include <binder/
TextOutput
.h>
/frameworks/native/cmds/service/
service.cpp
20
#include <binder/
TextOutput
.h>
Completed in 134 milliseconds