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

Completed in 90 milliseconds