Searched refs:FactoryLoader (Results 1 – 7 of 7) 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()129 bool FactoryLoader<T>::enumeratePlugins( in enumeratePlugins()161 bool FactoryLoader<T>::loadFactoryForSchemeFromPath( in loadFactoryForSchemeFromPath()181 bool FactoryLoader<T>::queryPluginsFromPath( in queryPluginsFromPath()200 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory()227 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()120 bool FactoryLoader<T>::enumeratePlugins(vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins()150 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()169 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()187 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()213 void FactoryLoader<T>::closeFactory() { in closeFactory()
54 FactoryLoader<CasFactory> mCasLoader;55 FactoryLoader<DescramblerFactory> mDescramblerLoader;
55 FactoryLoader<CasFactory> mCasLoader;56 FactoryLoader<DescramblerFactory> mDescramblerLoader;
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...