Home
last modified time | relevance | path

Searched refs:lookupResourceValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
DResourceTypes.h1493 inline status_t lookupResourceValue(Res_value* value) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1275 mTree.mDynamicRefTable->lookupResourceValue(outValue) != NO_ERROR) { in getAttributeValue()
3680 if (grp->dynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getResource()
4000 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); in getBagLocked()
6015 status_t DynamicRefTable::lookupResourceValue(Res_value* value) const { in lookupResourceValue() function in android::DynamicRefTable