Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DPluginLocation.cpp59 CXmlElement xmlPluginElement; in fromXml() local
61 while (childIterator.next(xmlPluginElement)) { in fromXml()
64 _pluginList.push_back(xmlPluginElement.getAttributeString("Name")); in fromXml()