Searched refs:lookupResourceId (Results 1 – 6 of 6) sorted by relevance
126 status_t OverlayDynamicRefTable::lookupResourceId(uint32_t* resId) const { in lookupResourceId() function in android::OverlayDynamicRefTable136 return DynamicRefTable::lookupResourceId(resId); in lookupResourceId()145 return DynamicRefTable::lookupResourceId(resId); in lookupResourceIdNoRewrite()
1255 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()1294 entry->dynamic_ref_table->lookupResourceId(&parent_resid); in GetBag()1324 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&child_key) != NO_ERROR)) { in GetBag()1371 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()
1483 mTree.mDynamicRefTable->lookupResourceId(&resId); in getAttributeNameResID()1550 if (mTree.mDynamicRefTable->lookupResourceId(&data) == NO_ERROR) { in getAttributeData()4847 status_t err = grp->dynamicRefTable.lookupResourceId(&resolvedParent); in getBagLocked()4915 if (grp->dynamicRefTable.lookupResourceId(&newName) != NO_ERROR) { in getBagLocked()7239 status_t DynamicRefTable::lookupResourceId(uint32_t* resId) const { in lookupResourceId() function in android::DynamicRefTable7324 status_t err = lookupResourceId(&value->data); in lookupResourceValue()7765 pg->dynamicRefTable.lookupResourceId(&resID); in print()7862 pg->dynamicRefTable.lookupResourceId(&resID); in print()7943 pg->dynamicRefTable.lookupResourceId(&resolvedParent); in print()
66 status_t lookupResourceId(uint32_t* resId) const override;
1927 virtual status_t lookupResourceId(uint32_t* resId) const;
95 ref_table->lookupResourceId(&id); in OpenXmlParser()