Searched refs:findValue (Results 1 – 7 of 7) sorted by relevance
/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);
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable.h | 107 ResourceConfigValue* findValue(const ConfigDescription& config); 108 ResourceConfigValue* findValue(const ConfigDescription& config, const StringPiece& product);
|
D | ResourceTable.cpp | 125 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/ |
D | Common.h | 85 ResourceConfigValue* configValue = result.value().entry->findValue(config, product); in getValueForConfigAndProduct()
|
/frameworks/base/tools/aapt2/link/ |
D | TableMerger.cpp | 219 ResourceConfigValue* dstValue = dstEntry->findValue(srcValue->config, in doMerge()
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.cpp | 125 ResourceConfigValue* configValue = sr.entry->findValue(kDefaultConfig); in findByName()
|