Searched defs:pSubsystemPlugins (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/parameter/
H A DSystemClass.cpp98 const CSubsystemPlugins* pSubsystemPlugins,
114 bool bLoadPluginsSuccess = loadSubsystemsFromSharedLibraries(lstrError, pSubsystemPlugins);
133 const CSubsystemPlugins* pSubsystemPlugins)
140 for (uiPluginLocation = 0; uiPluginLocation < pSubsystemPlugins->getNbChildren(); uiPluginLocation++) {
143 const CPluginLocation* pPluginLocation = static_cast<const CPluginLocation*>(pSubsystemPlugins->getChild(uiPluginLocation));
97 loadSubsystems(string& strError, const CSubsystemPlugins* pSubsystemPlugins, bool bVirtualSubsystemFallback) argument
132 loadSubsystemsFromSharedLibraries(list<string>& lstrError, const CSubsystemPlugins* pSubsystemPlugins) argument

Completed in 239 milliseconds