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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp139 findValue(kKeyTypeTag, &value);
145 findValue(kKeyIdTag, keyId);
149 findValue(kKeyTag, encodedKey);
154 void JsonWebKey::findValue(const String8 &key, String8* value) { function in class:clearkeydrm::JsonWebKey
H A DJsonWebKey.h52 void findValue(const String8 &key, String8* value);
/frameworks/base/tools/aapt2/test/
H A DCommon.h85 ResourceConfigValue* configValue = result.value().entry->findValue(config, product);
/frameworks/base/tools/aapt2/
H A DResourceTable.h107 ResourceConfigValue* findValue(const ConfigDescription& config);
108 ResourceConfigValue* findValue(const ConfigDescription& config, const StringPiece& product);
H A DResourceTable.cpp125 ResourceConfigValue* ResourceEntry::findValue(const ConfigDescription& config) { function in class:aapt::ResourceEntry
126 return findValue(config, StringPiece());
142 ResourceConfigValue* ResourceEntry::findValue(const ConfigDescription& config, function in class:aapt::ResourceEntry
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp219 ResourceConfigValue* dstValue = dstEntry->findValue(srcValue->config,
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp125 ResourceConfigValue* configValue = sr.entry->findValue(kDefaultConfig);

Completed in 124 milliseconds