Searched refs:bag_set (Results 1 – 2 of 2) sorted by relevance
2356 bag_set** typeBags = bags[i]; in clearBagCache()2362 if (typeBags[j] && typeBags[j] != (bag_set*)0xFFFFFFFF) in clearBagCache()2387 bag_set*** bags;2390 struct ResTable::bag_set struct in android::ResTable3241 bag_set** typeSet = grp->bags[t]; in getBagLocked()3243 bag_set* set = typeSet[e]; in getBagLocked()3245 if (set != (bag_set*)0xFFFFFFFF) { in getBagLocked()3262 grp->bags = (bag_set***)calloc(grp->typeCount, sizeof(bag_set*)); in getBagLocked()3266 bag_set** typeSet = grp->bags[t]; in getBagLocked()3268 typeSet = (bag_set**)calloc(NENTRY, sizeof(bag_set*)); in getBagLocked()[all …]
1557 struct bag_set;