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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp178 String8 immutableKeys; local
179 immutableKeys.appendFormat("%s,%s,%s,%s",
182 if (immutableKeys.contains(name.string())) {
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp302 std::string immutableKeys; local
303 immutableKeys.append(kAlgorithmsKey + ",");
304 immutableKeys.append(kPluginDescriptionKey + ",");
305 immutableKeys.append(kVendorKey + ",");
306 immutableKeys.append(kVersionKey + ",");
309 if (immutableKeys.find(key) != std::string::npos) {

Completed in 42 milliseconds