OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushBundle
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
BufferedTextOutput.h
41
virtual void
pushBundle
();
TextOutput.h
42
inline Bundle(TextOutput& to) : mTO(to) { to.
pushBundle
(); }
48
virtual void
pushBundle
() = 0;
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
231
void BufferedTextOutput::
pushBundle
()
244
"TextOutput::popBundle() called more times than
pushBundle
()");
Completed in 208 milliseconds