Searched refs:pushBundle (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/binder/
H A DBufferedTextOutput.h41 virtual void pushBundle();
H A DTextOutput.h41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
47 virtual void pushBundle() = 0;
/frameworks/native/libs/binder/include/binder/
H A DBufferedTextOutput.h41 virtual void pushBundle();
H A DTextOutput.h41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
47 virtual void pushBundle() = 0;
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp234 void BufferedTextOutput::pushBundle() function in class:android::BufferedTextOutput
247 "TextOutput::popBundle() called more times than pushBundle()");

Completed in 69 milliseconds