Home
last modified time | relevance | path

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

/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h37 class FactoryLoader {
39 FactoryLoader(const char *name) : in FactoryLoader() function
42 virtual ~FactoryLoader() { closeFactory(); } in ~FactoryLoader()
76 bool FactoryLoader<T>::findFactoryForScheme( in findFactoryForScheme()
130 bool FactoryLoader<T>::enumeratePlugins( in enumeratePlugins()
162 bool FactoryLoader<T>::loadFactoryForSchemeFromPath( in loadFactoryForSchemeFromPath()
182 bool FactoryLoader<T>::queryPluginsFromPath( in queryPluginsFromPath()
201 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory()
228 void FactoryLoader<T>::closeFactory() { in closeFactory()
DMediaCasService.h52 FactoryLoader<CasFactory> mCasLoader;
53 FactoryLoader<DescramblerFactory> mDescramblerLoader;
/hardware/interfaces/cas/aidl/default/
DFactoryLoader.h35 class FactoryLoader {
37 FactoryLoader(const char* name) : mFactory(NULL), mCreateFactoryFuncName(name) {} in FactoryLoader() function
39 virtual ~FactoryLoader() { closeFactory(); } in ~FactoryLoader()
66 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, in findFactoryForScheme()
117 bool FactoryLoader<T>::enumeratePlugins(vector<AidlCasPluginDescriptor>* results) { in enumeratePlugins()
148 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
168 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()
186 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()
212 void FactoryLoader<T>::closeFactory() { in closeFactory()
DMediaCasService.h50 FactoryLoader<CasFactory> mCasLoader;
51 FactoryLoader<DescramblerFactory> mDescramblerLoader;
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h39 class FactoryLoader {
41 FactoryLoader(const char* name) : mFactory(NULL), mCreateFactoryFuncName(name) {} in FactoryLoader() function
43 virtual ~FactoryLoader() { closeFactory(); } in ~FactoryLoader()
70 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()
121 bool FactoryLoader<T>::enumeratePlugins(vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins()
151 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
170 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()
188 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()
214 void FactoryLoader<T>::closeFactory() { in closeFactory()
DMediaCasService.h54 FactoryLoader<CasFactory> mCasLoader;
55 FactoryLoader<DescramblerFactory> mDescramblerLoader;
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h39 class FactoryLoader {
41 FactoryLoader(const char* name) : mFactory(NULL), mCreateFactoryFuncName(name) {} in FactoryLoader() function
43 virtual ~FactoryLoader() { closeFactory(); } in ~FactoryLoader()
70 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()
121 bool FactoryLoader<T>::enumeratePlugins(vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins()
151 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
170 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()
188 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()
214 void FactoryLoader<T>::closeFactory() { in closeFactory()
DMediaCasService.h55 FactoryLoader<CasFactory> mCasLoader;
56 FactoryLoader<DescramblerFactory> mDescramblerLoader;