Home
last modified time | relevance | path

Searched refs:kKeyIdTag (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DJsonWebKey.cpp30 const android::String8 kKeyIdTag("kid"); variable
144 if (jsonObject.find(kKeyIdTag) >= 0) { in findKey()
145 findValue(kKeyIdTag, keyId); in findKey()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DJsonWebKey.cpp29 const std::string kKeyIdTag("kid"); variable
148 if (jsonObject.find(kKeyIdTag) != std::string::npos) { in findKey()
149 findValue(kKeyIdTag, keyId); in findKey()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DJsonWebKey.cpp29 const std::string kKeyIdTag("kid"); variable
136 if (jsonObject.find(kKeyIdTag) != std::string::npos) { in findKey()
137 findValue(kKeyIdTag, keyId); in findKey()