Lines Matching refs:resID
4341 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, in getEntry() argument
4344 size_t pid = Res_GETPACKAGE(resID)+1; in getEntry()
4356 fprintf(stderr, "warning: Package not found for resource #%08x\n", resID); in getEntry()
4360 int tid = Res_GETTYPE(resID); in getEntry()
4362 fprintf(stderr, "warning: Type not found for resource #%08x\n", resID); in getEntry()
4367 int eid = Res_GETENTRY(resID); in getEntry()
4369 fprintf(stderr, "warning: Entry not found for resource #%08x\n", resID); in getEntry()
4375 fprintf(stderr, "warning: Entry not found for resource #%08x\n", resID); in getEntry()
4383 fprintf(stderr, "warning: Entry configuration not found for resource #%08x\n", resID); in getEntry()
4390 const ResourceTable::Item* ResourceTable::getItem(uint32_t resID, uint32_t attrID) const in getItem() argument
4392 sp<const Entry> e = getEntry(resID); in getItem()
4414 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue() argument
4416 const Item* item = getItem(resID, attrID); in getItemValue()
4421 sp<const Entry> e = getEntry(resID); in getItemValue()
4439 resID, attrID, String8(getEntry(resID)->getName()).string(), in getItemValue()
4443 resID, attrID); in getItemValue()