Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DJsonWebKey.cpp64 if (mJsonObjects.size() == 0 || !isJsonWebKeySet(mJsonObjects[0])) { in extractKeysFromJsonWebKeySet()
170 bool JsonWebKey::isJsonWebKeySet(const String8& jsonObject) const { in isJsonWebKeySet() function in clearkeydrm::JsonWebKey
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DJsonWebKey.cpp68 if (mJsonObjects.size() == 0 || !isJsonWebKeySet(mJsonObjects[0])) { in extractKeysFromJsonWebKeySet()
174 bool JsonWebKey::isJsonWebKeySet(const std::string& jsonObject) const { in isJsonWebKeySet() function in android::hardware::drm::V1_4::clearkey::JsonWebKey
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DJsonWebKey.h53 bool isJsonWebKeySet(const String8& jsonObject) const;
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DJsonWebKey.h47 bool isJsonWebKeySet(const std::string& jsonObject) const;