Searched defs:typeBags (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1459 bag_set** typeBags = bags[i]; local
1460 TABLE_NOISY(printf("typeBags=%p\n", typeBags));
1461 if (typeBags) {
1465 if (typeBags[j] && typeBags[j] != (bag_set*)0xFFFFFFFF)
1466 free(typeBags[j]);
1468 free(typeBags);

Completed in 293 milliseconds