Home
last modified time | relevance | path

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

/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h36 class FactoryLoader {
38 FactoryLoader(const char *name) : in FactoryLoader() function
41 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()
DMediaCasService.h52 FactoryLoader<CasFactory> mCasLoader;
53 FactoryLoader<DescramblerFactory> mDescramblerLoader;
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h38 class FactoryLoader {
40 FactoryLoader(const char* name) : mFactory(NULL), mCreateFactoryFuncName(name) {} in FactoryLoader() function
42 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()
DMediaCasService.h54 FactoryLoader<CasFactory> mCasLoader;
55 FactoryLoader<DescramblerFactory> mDescramblerLoader;