Searched refs:jsonWebKeySet (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DJsonWebKey.cpp52 bool JsonWebKey::extractKeysFromJsonWebKeySet(const String8& jsonWebKeySet, argument
56 if (!parseJsonWebKeySet(jsonWebKeySet, &mJsonObjects)) {
226 bool JsonWebKey::parseJsonWebKeySet(const String8& jsonWebKeySet, argument
228 if (jsonWebKeySet.isEmpty()) {
240 jsonWebKeySet.string(), jsonWebKeySet.size(), NULL, 0);
250 int status = jsmn_parse(&parser, jsonWebKeySet.string(),
251 jsonWebKeySet.size(), mJsmnTokens.editArray(), numTokens);
260 pjs = jsonWebKeySet.string() + mJsmnTokens[i].start;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DJsonWebKey.cpp52 bool JsonWebKey::extractKeysFromJsonWebKeySet(const std::string& jsonWebKeySet, argument
57 if (!parseJsonWebKeySet(jsonWebKeySet, &mJsonObjects)) {
227 bool JsonWebKey::parseJsonWebKeySet(const std::string& jsonWebKeySet, argument
229 if (jsonWebKeySet.empty()) {
241 jsonWebKeySet.c_str(), jsonWebKeySet.size(), nullptr, 0);
251 int status = jsmn_parse(&parser, jsonWebKeySet.c_str(),
252 jsonWebKeySet.size(), mJsmnTokens.data(), numTokens);
261 pjs = jsonWebKeySet.c_str() + mJsmnTokens[i].start;
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DJsonWebKey.h40 bool extractKeysFromJsonWebKeySet(const String8& jsonWebKeySet,
55 bool parseJsonWebKeySet(const String8& jsonWebKeySet, Vector<String8>* jsonObjects);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DJsonWebKey.h34 bool extractKeysFromJsonWebKeySet(const std::string& jsonWebKeySet,
50 bool parseJsonWebKeySet(const std::string& jsonWebKeySet,

Completed in 159 milliseconds