Searched refs:bag_entry (Results 1 – 5 of 5) sorted by relevance
169 const ResTable::bag_entry* bag_begin; in BM_AssetManagerGetBagOld()171 const ResTable::bag_entry* const bag_end = bag_begin + N; in BM_AssetManagerGetBagOld()
207 const ResTable::bag_entry* entry; in TEST()
1905 struct bag_entry { struct1922 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const; argument1924 void unlockBag(const bag_entry* bag) const;1928 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
3802 const bag_entry* bag; in applyStyle()3823 const bag_entry* end = bag + N; in applyStyle()4587 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const in lockBag()4598 void ResTable::unlockBag(const bag_entry* /*bag*/) const in unlockBag()4614 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, in getBagLocked()4664 *outBag = (bag_entry*)(set+1); in getBagLocked()4729 const bag_entry* parentBag; in getBagLocked()4733 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()4738 memcpy(set+1, parentBag, NP*sizeof(bag_entry)); in getBagLocked()4752 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*N); in getBagLocked()[all …]
1052 const ResTable::bag_entry* entry; in getPlatformAssetCookie()