Searched refs:pluginPath (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libmediaplayerservice/
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.cpp174 String8 pluginPath = dirPath + "/" + pEntry->d_name; local
176 if (pluginPath.getPathExtension() == ".so") {
178 if (loadLibraryForScheme(pluginPath, uuid)) {
179 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);

Completed in 29 milliseconds