Lines Matching refs:resID
4350 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, in getEntry() argument
4353 size_t pid = Res_GETPACKAGE(resID)+1; in getEntry()
4365 fprintf(stderr, "warning: Package not found for resource #%08x\n", resID); in getEntry()
4369 int tid = Res_GETTYPE(resID); in getEntry()
4371 fprintf(stderr, "warning: Type not found for resource #%08x\n", resID); in getEntry()
4376 int eid = Res_GETENTRY(resID); in getEntry()
4378 fprintf(stderr, "warning: Entry not found for resource #%08x\n", resID); in getEntry()
4384 fprintf(stderr, "warning: Entry not found for resource #%08x\n", resID); in getEntry()
4392 fprintf(stderr, "warning: Entry configuration not found for resource #%08x\n", resID); in getEntry()
4399 const ResourceTable::Item* ResourceTable::getItem(uint32_t resID, uint32_t attrID) const in getItem() argument
4401 sp<const Entry> e = getEntry(resID); in getItem()
4423 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue() argument
4425 const Item* item = getItem(resID, attrID); in getItemValue()
4430 sp<const Entry> e = getEntry(resID); in getItemValue()
4448 resID, attrID, String8(getEntry(resID)->getName()).string(), in getItemValue()
4452 resID, attrID); in getItemValue()