Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/include/
Disv_profile.h106 static void endElement(void *userData, const char *name);
/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp292 void ISVProfile::endElement(void *userData, const char *name) in endElement() function in ISVProfile
318 ::XML_SetElementHandler(parser, startElement, endElement); in getDataFromXmlFile()