Searched refs:FactoryLoader (Results 1 – 4 of 4) sorted by relevance
36 class FactoryLoader {38 FactoryLoader(const char *name) : in FactoryLoader() function41 virtual ~FactoryLoader() { closeFactory(); } in ~FactoryLoader()75 bool FactoryLoader<T>::findFactoryForScheme( in findFactoryForScheme()124 bool FactoryLoader<T>::enumeratePlugins( in enumeratePlugins()151 bool FactoryLoader<T>::loadFactoryForSchemeFromPath( in loadFactoryForSchemeFromPath()171 bool FactoryLoader<T>::queryPluginsFromPath( in queryPluginsFromPath()190 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory()217 void FactoryLoader<T>::closeFactory() { in closeFactory()
52 FactoryLoader<CasFactory> mCasLoader;53 FactoryLoader<DescramblerFactory> mDescramblerLoader;
38 class FactoryLoader {40 FactoryLoader(const char* name) : mFactory(NULL), mCreateFactoryFuncName(name) {} in FactoryLoader() function42 virtual ~FactoryLoader() { closeFactory(); } in ~FactoryLoader()69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()116 bool FactoryLoader<T>::enumeratePlugins(vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins()142 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()161 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()179 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()205 void FactoryLoader<T>::closeFactory() { in closeFactory()
54 FactoryLoader<CasFactory> mCasLoader;55 FactoryLoader<DescramblerFactory> mDescramblerLoader;