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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp68 String8 encodedKey, encodedKeyId; local
73 encodedKeyId.clear();
79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
80 if (encodedKeyId.isEmpty() || encodedKey.isEmpty()) {
85 if (!decodeBase64String(encodedKeyId, &decodedKeyId)) {
86 ALOGE("Failed to decode key id(%s)", encodedKeyId.string());

Completed in 37 milliseconds