OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:immutableKeys
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DrmPlugin.cpp
178
String8
immutableKeys
;
179
immutableKeys
.appendFormat("%s,%s,%s,%s",
182
if (
immutableKeys
.contains(name.string())) {
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp
509
std::string
immutableKeys
;
510
immutableKeys
.append(kAlgorithmsKey + ",");
511
immutableKeys
.append(kPluginDescriptionKey + ",");
512
immutableKeys
.append(kVendorKey + ",");
513
immutableKeys
.append(kVersionKey + ",");
516
if (
immutableKeys
.find(key) != std::string::npos) {
Completed in 214 milliseconds