Home
last modified time | relevance | path

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

/frameworks/av/drm/mediacas/plugins/clearkey/
DJsonAssetLoader.cpp95 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
DJsonAssetLoader.h48 void findValue(
/frameworks/av/drm/mediadrm/plugins/clearkey/
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
DJsonWebKey.h52 void findValue(const String8 &key, String8* value);