Home
last modified time | relevance | path

Searched refs:kKeyTag (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DJsonWebKey.cpp29 const android::String8 kKeyTag("k"); variable
148 if (jsonObject.find(kKeyTag) >= 0) { in findKey()
149 findValue(kKeyTag, encodedKey); in findKey()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DJsonWebKey.cpp28 const std::string kKeyTag("k"); variable
140 if (jsonObject.find(kKeyTag) != std::string::npos) { in findKey()
141 findValue(kKeyTag, encodedKey); in findKey()