OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextOutput
(Results
1 - 2
of
2
) sorted by null
/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
...]
/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
...]
Completed in 3808 milliseconds