Home
last modified time | relevance | path

Searched refs:isJsonWebKeySet (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
DJsonWebKey.h53 bool isJsonWebKeySet(const String8& jsonObject) const;
DJsonWebKey.cpp64 if (!isJsonWebKeySet(mJsonObjects[0])) { in extractKeysFromJsonWebKeySet()
170 bool JsonWebKey::isJsonWebKeySet(const String8& jsonObject) const { in isJsonWebKeySet() function in clearkeydrm::JsonWebKey