Searched refs:findValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/drm/mediacas/plugins/clearkey/ |
D | JsonAssetLoader.cpp | 95 findValue(kIdTag, &value); in findKey() 102 findValue(kNameTag, &value); in findKey() 109 findValue(kLowerCaseOgranizationNameTag, &value); in findKey() 116 findValue(kCasTypeTag, &value); in findKey() 124 void JsonAssetLoader::findValue(const String8 &key, String8* value) { in findValue() function in android::clearkeycas::JsonAssetLoader
|
D | JsonAssetLoader.h | 48 void findValue(
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
D | JsonWebKey.cpp | 139 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
|
D | JsonWebKey.h | 52 void findValue(const String8 &key, String8* value);
|