Searched defs:bags (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1438 : owner(_owner), name(_name), id(_id), typeCount(0), bags(NULL) { }
1451 if (bags) {
1452 TABLE_NOISY(printf("bags=%p\n", bags));
1459 bag_set** typeBags = bags[i];
1472 free(bags);
1473 bags = NULL;
1488 // Computed attribute bags, first indexed by the type and second
1490 bag_set*** bags; member in struct:android::ResTable::PackageGroup
2343 if (grp->bags) {
[all...]

Completed in 42 milliseconds