Searched refs:outBag (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h1650 * number of bags it contains and 'outBag' points to an array of their
1656 * @param outBag Filled inm with a pointer to the bag mappings.
1660 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const;
1666 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4129 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const
4132 ssize_t err = getBagLocked(resID, outBag);
4156 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, argument
4206 *outBag = (bag_entry*)(set+1);
4417 *outBag = (bag_entry*)(set+1);

Completed in 159 milliseconds