Home
last modified time | relevance | path

Searched refs:mPastSections (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DMediaCodecList.h89 Vector<Section> mPastSections; member
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp437 mPastSections.push(mCurrentSection); in startElementHandler()
589 if (!strcmp(name, "Include") && mPastSections.size() > 0) { in endElementHandler()
590 mCurrentSection = mPastSections.top(); in endElementHandler()
591 mPastSections.pop(); in endElementHandler()