HomeSort by relevance Sort by last modified time
    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 234 void BufferedTextOutput::pushBundle()
247 "TextOutput::popBundle() called more times than pushBundle()");

Completed in 547 milliseconds