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

/frameworks/base/include/androidfw/
H A DResourceTypes.h1591 * number of bags it contains and 'outBag' points to an array of their
1597 * @param outBag Filled inm with a pointer to the bag mappings.
1601 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const;
1607 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3751 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const
3754 ssize_t err = getBagLocked(resID, outBag);
3778 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, argument
3828 *outBag = (bag_entry*)(set+1);
4027 *outBag = (bag_entry*)(set+1);

Completed in 308 milliseconds