Home
last modified time | relevance | path

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

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