Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCrypto.cpp107 String8 pluginPath; in findFactoryForScheme() local
114 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme()
116 if (pluginPath.getPathExtension() == ".so") { in findFactoryForScheme()
118 if (loadLibraryForScheme(pluginPath, uuid)) { in findFactoryForScheme()
119 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
131 pluginPath = "libdrmdecrypt.so"; in findFactoryForScheme()
132 if (loadLibraryForScheme(pluginPath, uuid)) { in findFactoryForScheme()
133 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
DDrm.cpp237 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local
239 if (pluginPath.getPathExtension() == ".so") { in findFactoryForScheme()
241 if (loadLibraryForScheme(pluginPath, uuid)) { in findFactoryForScheme()
242 mUUIDToLibraryPathMap.add(uuidVector, pluginPath); in findFactoryForScheme()
/frameworks/av/services/mediadrm/
DFactoryLoader.h101 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme() local
102 if (pluginPath.getPathExtension() == ".so") { in findFactoryForScheme()
104 pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme()
105 mCASystemIdToLibraryPathMap.add(CA_system_id, pluginPath); in findFactoryForScheme()
138 String8 pluginPath = dirPath + "/" + pEntry->d_name; in enumeratePlugins() local
139 if (pluginPath.getPathExtension() == ".so") { in enumeratePlugins()
140 queryPluginsFromPath(pluginPath, results); in enumeratePlugins()