Searched refs:FactoryLoader (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 36 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()
|
D | MediaCasService.h | 52 FactoryLoader<CasFactory> mCasLoader; 53 FactoryLoader<DescramblerFactory> mDescramblerLoader;
|
/hardware/interfaces/cas/1.1/default/ |
D | FactoryLoader.h | 38 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()
|
D | MediaCasService.h | 54 FactoryLoader<CasFactory> mCasLoader; 55 FactoryLoader<DescramblerFactory> mDescramblerLoader;
|
/hardware/interfaces/cas/1.2/default/ |
D | FactoryLoader.h | 38 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()
|
D | MediaCasService.h | 55 FactoryLoader<CasFactory> mCasLoader; 56 FactoryLoader<DescramblerFactory> mDescramblerLoader;
|