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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, argument
138 if (jsonObject.find(kKeyTypeTag) >= 0) {
144 if (jsonObject.find(kKeyIdTag) >= 0) {
148 if (jsonObject.find(kKeyTag) >= 0) {
170 bool JsonWebKey::isJsonWebKeySet(const String8& jsonObject) const {
171 if (jsonObject.find(kKeysTag) == -1) {
183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, argument
189 jsonObject.string(), jsonObject.size(), NULL, 0);
200 int status = jsmn_parse(&parser, jsonObject
[all...]
H A DJsonWebKey.h50 bool findKey(const String8& jsonObject, String8* keyId,
53 bool isJsonWebKeySet(const String8& jsonObject) const;
54 bool parseJsonObject(const String8& jsonObject, Vector<String8>* tokens);

Completed in 54 milliseconds