Lines Matching refs:rid
1839 uint32_t rid = mAssets->getIncludedResources() in addPublic() local
1843 if (rid != 0) { in addPublic()
1868 uint32_t rid = mAssets->getIncludedResources() in addEntry() local
1872 if (rid != 0) { in addEntry()
1903 uint32_t rid = mAssets->getIncludedResources() in startBag() local
1907 if (rid != 0) { in startBag()
1963 uint32_t rid = mAssets->getIncludedResources() in addBag() local
1967 if (rid != 0) { in addBag()
2000 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2004 if (rid != 0) { in hasBagOrEntry()
2026 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2030 if (rid != 0) { in hasBagOrEntry()
2119 uint32_t rid = mAssets->getIncludedResources() in makeAttribute() local
2123 if (rid != 0) { in makeAttribute()
2211 uint32_t rid = mAssets->getIncludedResources() in getResId() local
2216 if (rid != 0) { in getResId()
2225 return ResourceIdCache::store(package, type, name, onlyPublic, rid); in getResId()
2745 uint32_t rid = getResId(p, t, ci); in addSymbols() local
2746 if (rid == 0) { in addSymbols()
2749 if (Res_GETPACKAGE(rid) + 1 == p->getAssignedId()) { in addSymbols()
2763 typeSymbols->addSymbol(String8(c->getName()), rid, c->getPos()); in addSymbols()