Searched refs:bag_set (Results 1 – 2 of 2) sorted by relevance
2537 bag_set** typeBags = bags[i]; in clearBagCache()2543 if (typeBags[j] && typeBags[j] != (bag_set*)0xFFFFFFFF) in clearBagCache()2568 bag_set*** bags;2571 struct ResTable::bag_set struct in android::ResTable3437 bag_set** typeSet = grp->bags[t]; in getBagLocked()3439 bag_set* set = typeSet[e]; in getBagLocked()3441 if (set != (bag_set*)0xFFFFFFFF) { in getBagLocked()3458 grp->bags = (bag_set***)calloc(grp->typeCount, sizeof(bag_set*)); in getBagLocked()3462 bag_set** typeSet = grp->bags[t]; in getBagLocked()3464 typeSet = (bag_set**)calloc(NENTRY, sizeof(bag_set*)); in getBagLocked()[all …]
1570 struct bag_set;