HomeSort by relevance Sort by last modified time
    Searched full:last_brother (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 786 else if (NULL == TreeHead->child->last_brother) {
788 TreeHead->child->last_brother = TreeHead->child->brother;
790 TreeHead->child->last_brother->brother =
792 TreeHead->child->last_brother =
793 TreeHead->child->last_brother->brother;
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 158 XML_TREE *last_brother; member in struct:_XML_TREE

Completed in 6044 milliseconds