OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTO
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/binder/include/binder/
TextOutput.h
41
inline Bundle(TextOutput& to) :
mTO
(to) { to.pushBundle(); }
42
inline ~Bundle() {
mTO
.popBundle(); }
44
TextOutput&
mTO
;
/system/libhwbinder/include/hwbinder/
TextOutput.h
42
inline Bundle(TextOutput& to) :
mTO
(to) { to.pushBundle(); }
43
inline ~Bundle() {
mTO
.popBundle(); }
45
TextOutput&
mTO
;
Completed in 118 milliseconds