Home
last modified time | relevance | path

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

/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);
/frameworks/base/tools/aapt2/
DResourceTable.h107 ResourceConfigValue* findValue(const ConfigDescription& config);
108 ResourceConfigValue* findValue(const ConfigDescription& config, const StringPiece& product);
DResourceTable.cpp125 ResourceConfigValue* ResourceEntry::findValue(const ConfigDescription& config) { in findValue() function in aapt::ResourceEntry
126 return findValue(config, StringPiece()); in findValue()
142 ResourceConfigValue* ResourceEntry::findValue(const ConfigDescription& config, in findValue() function in aapt::ResourceEntry
/frameworks/base/tools/aapt2/test/
DCommon.h85 ResourceConfigValue* configValue = result.value().entry->findValue(config, product); in getValueForConfigAndProduct()
/frameworks/base/tools/aapt2/link/
DTableMerger.cpp219 ResourceConfigValue* dstValue = dstEntry->findValue(srcValue->config, in doMerge()
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp125 ResourceConfigValue* configValue = sr.entry->findValue(kDefaultConfig); in findByName()