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

/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp107 String8 pluginPath; local
114 pluginPath = dirPath + "/" + pEntry->d_name;
116 if (pluginPath.getPathExtension() == ".so") {
118 if (loadLibraryForScheme(pluginPath, uuid)) {
119 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
131 pluginPath = "libdrmdecrypt.so";
132 if (loadLibraryForScheme(pluginPath, uuid)) {
133 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
H A DDrm.cpp240 String8 pluginPath = dirPath + "/" + pEntry->d_name; local
242 if (pluginPath.getPathExtension() == ".so") {
244 if (loadLibraryForScheme(pluginPath, uuid)) {
245 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);

Completed in 64 milliseconds