Home
last modified time | relevance | path

Searched refs:findValue (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
DJsonAssetLoader.cpp93 findValue(kIdTag, &value); in findKey()
100 findValue(kNameTag, &value); in findKey()
107 findValue(kLowerCaseOgranizationNameTag, &value); in findKey()
114 findValue(kCasTypeTag, &value); in findKey()
122 void JsonAssetLoader::findValue(const String8 &key, String8* value) { in findValue() function in android::clearkeycas::JsonAssetLoader
DJsonAssetLoader.h48 void findValue(
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DJsonWebKey.cpp139 findValue(kKeyTypeTag, &value); in findKey()
145 findValue(kKeyIdTag, keyId); in findKey()
149 findValue(kKeyTag, encodedKey); in findKey()
154 void JsonWebKey::findValue(const String8 &key, String8* value) { in findValue() function in clearkeydrm::JsonWebKey
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DJsonWebKey.cpp143 findValue(kKeyTypeTag, &value); in findKey()
149 findValue(kKeyIdTag, keyId); in findKey()
153 findValue(kKeyTag, encodedKey); in findKey()
158 void JsonWebKey::findValue(const std::string &key, std::string* value) { in findValue() function in android::hardware::drm::V1_2::clearkey::JsonWebKey
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DJsonWebKey.h52 void findValue(const String8 &key, String8* value);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DJsonWebKey.h46 void findValue(const std::string &key, std::string* value);