Lines Matching refs:rid
1837 uint32_t rid = mAssets->getIncludedResources() in addPublic() local
1841 if (rid != 0) { in addPublic()
1866 uint32_t rid = mAssets->getIncludedResources() in addEntry() local
1870 if (rid != 0) { in addEntry()
1901 uint32_t rid = mAssets->getIncludedResources() in startBag() local
1905 if (rid != 0) { in startBag()
1961 uint32_t rid = mAssets->getIncludedResources() in addBag() local
1965 if (rid != 0) { in addBag()
1998 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2002 if (rid != 0) { in hasBagOrEntry()
2024 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2028 if (rid != 0) { in hasBagOrEntry()
2117 uint32_t rid = mAssets->getIncludedResources() in makeAttribute() local
2121 if (rid != 0) { in makeAttribute()
2209 uint32_t rid = mAssets->getIncludedResources() in getResId() local
2214 if (rid != 0) { in getResId()
2223 return ResourceIdCache::store(package, type, name, onlyPublic, rid); in getResId()
2744 uint32_t rid = getResId(p, t, ci); in addSymbols() local
2745 if (rid == 0) { in addSymbols()
2748 if (Res_GETPACKAGE(rid) + 1 == p->getAssignedId()) { in addSymbols()
2762 typeSymbols->addSymbol(String8(c->getName()), rid, c->getPos()); in addSymbols()