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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp68 String8 encodedKey, encodedKeyId; local
74 encodedKey.clear();
79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
80 if (encodedKeyId.isEmpty() || encodedKey.isEmpty()) {
90 if (!decodeBase64String(encodedKey, &decodedKey)) {
91 ALOGE("Failed to decode key(%s)", encodedKey.string());
133 String8* encodedKey) {
149 findValue(kKeyTag, encodedKey);
132 findKey(const String8& jsonObject, String8* keyId, String8* encodedKey) argument

Completed in 264 milliseconds