Home
last modified time | relevance | path

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

/hardware/interfaces/cas/aidl/default/
DFactoryLoader.h61 bool openFactory(const String8& path);
153 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
173 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
186 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory() function
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h71 bool openFactory(const String8 &path);
167 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
187 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
201 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory() function
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h65 bool openFactory(const String8& path);
155 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
175 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
188 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory() function
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h65 bool openFactory(const String8& path);
155 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
175 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) { in queryPluginsFromPath()
188 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory() function