Searched refs:pluginPath (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/cas/aidl/default/ |
D | FactoryLoader.h | 99 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local 100 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme() 101 if (loadFactoryForSchemeFromPath(pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme() 102 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme() 138 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local 139 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins() 140 queryPluginsFromPath(pluginPath, results); in enumeratePlugins()
|
/hardware/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 111 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local 112 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme() 114 pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme() 115 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme() 153 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local 154 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins() 155 queryPluginsFromPath(pluginPath, results); in enumeratePlugins()
|
/hardware/interfaces/cas/1.2/default/ |
D | FactoryLoader.h | 103 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local 104 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme() 105 if (loadFactoryForSchemeFromPath(pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme() 106 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme() 142 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local 143 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins() 144 queryPluginsFromPath(pluginPath, results); in enumeratePlugins()
|
/hardware/interfaces/cas/1.1/default/ |
D | FactoryLoader.h | 103 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local 104 if (base::EndsWith(pluginPath.c_str(), ".so")) { in findFactoryForScheme() 105 if (loadFactoryForSchemeFromPath(pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme() 106 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme() 142 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local 143 if (base::EndsWith(pluginPath.c_str(), ".so")) { in enumeratePlugins() 144 queryPluginsFromPath(pluginPath, results); in enumeratePlugins()
|