Home
last modified time | relevance | path

Searched refs:openFactory (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/cas/1.0/default/
H A DFactoryLoader.h70 bool openFactory(const String8 &path);
166 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
186 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
200 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory() function
/aosp12/hardware/interfaces/cas/1.1/default/
H A DFactoryLoader.h64 bool openFactory(const String8& path);
154 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
174 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
187 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory() function
/aosp12/hardware/interfaces/cas/1.2/default/
H A DFactoryLoader.h64 bool openFactory(const String8& path);
154 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
174 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
187 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory() function