HomeSort by relevance Sort by last modified time
    Searched refs:mPastSections (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.h 93 Vector<Section> mPastSections;
  /frameworks/av/media/libstagefright/include/
MediaCodecList.h 109 Vector<Section> mPastSections;
  /frameworks/av/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.cpp 248 mPastSections.push(mCurrentSection);
398 if (!strcmp(name, "Include") && mPastSections.size() > 0) {
399 mCurrentSection = mPastSections.top();
400 mPastSections.pop();
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 463 mPastSections.push(mCurrentSection);
615 if (!strcmp(name, "Include") && mPastSections.size() > 0) {
616 mCurrentSection = mPastSections.top();
617 mPastSections.pop();
    [all...]

Completed in 75 milliseconds