Searched refs:pluginPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp106 String8 pluginPath; local
113 pluginPath = dirPath + "/" + pEntry->d_name;
115 if (pluginPath.getPathExtension() == ".so") {
117 if (loadLibraryForScheme(pluginPath, uuid)) {
118 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
130 pluginPath = "libdrmdecrypt.so";
131 if (loadLibraryForScheme(pluginPath, uuid)) {
132 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
H A DDrm.cpp236 String8 pluginPath = dirPath + "/" + pEntry->d_name; local
238 if (pluginPath.getPathExtension() == ".so") {
240 if (loadLibraryForScheme(pluginPath, uuid)) {
241 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);

Completed in 461 milliseconds