Searched refs:mJsonObjects (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp56 if (!parseJsonWebKeySet(jsonWebKeySet, &mJsonObjects)) {
60 // mJsonObjects[0] contains the entire JSON Web Key Set, including
62 // a JSON object in mJsonObjects[1..n] where n is the total
64 if (!isJsonWebKeySet(mJsonObjects[0])) {
71 // mJsonObjects[1] contains the first JSON Web Key in the set
72 for (size_t i = 1; i < mJsonObjects.size(); ++i) {
76 if (!parseJsonObject(mJsonObjects[i], &mTokens))
79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
H A DJsonWebKey.h45 Vector<String8> mJsonObjects; member in class:clearkeydrm::JsonWebKey

Completed in 47 milliseconds