Searched refs:XML_TAG_END (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile1/include/xml/
H A Dxml_tinyParser.h40 #define XML_TAG_END 1 macro
/frameworks/base/media/libdrm/mobile1/src/xml/
H A Dxml_tinyparser.c96 case XML_TAG_END:
300 *tagType = XML_TAG_END;
326 if (*tagType == XML_TAG_END)
363 if (tagType == XML_TAG_END) {
462 } while (tagType == XML_TAG_END);
768 if (XML_TAG_END == tagType)
796 case XML_TAG_END:

Completed in 61 milliseconds