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

/frameworks/base/include/androidfw/
H A DResourceTypes.h1348 * number of bags it contains and 'outBag' points to an array of their
1354 * @param outBag Filled inm with a pointer to the bag mappings.
1358 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const;
1364 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3208 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const
3211 ssize_t err = getBagLocked(resID, outBag);
3235 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, argument
3289 *outBag = (bag_entry*)(set+1);
3515 *outBag = (bag_entry*)(set+1);

Completed in 44 milliseconds