Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSystemClass.cpp95 bool CSystemClass::loadSubsystems(string &strError, const CSubsystemPlugins *pSubsystemPlugins, in loadSubsystems() argument
112 bool bLoadPluginsSuccess = loadSubsystemsFromSharedLibraries(errors, pSubsystemPlugins); in loadSubsystems()
122 const CSubsystemPlugins *pSubsystemPlugins) in loadSubsystemsFromSharedLibraries() argument
129 for (pluginLocation = 0; pluginLocation < pSubsystemPlugins->getNbChildren(); in loadSubsystemsFromSharedLibraries()
134 static_cast<const CPluginLocation *>(pSubsystemPlugins->getChild(pluginLocation)); in loadSubsystemsFromSharedLibraries()
DSystemClass.h63 bool loadSubsystems(std::string &strError, const CSubsystemPlugins *pSubsystemPlugins,
103 const CSubsystemPlugins *pSubsystemPlugins);