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