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()
180 const ResTable::bag_entry* entry; in TEST()
2046 struct bag_entry { struct2063 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const; argument2065 void unlockBag(const bag_entry* bag) const;2069 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
3933 const bag_entry* bag; in applyStyle()3954 const bag_entry* end = bag + N; in applyStyle()4712 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const in lockBag()4723 void ResTable::unlockBag(const bag_entry* /*bag*/) const in unlockBag()4739 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, in getBagLocked()4789 *outBag = (bag_entry*)(set+1); in getBagLocked()4853 const bag_entry* parentBag; in getBagLocked()4857 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()4862 memcpy(set+1, parentBag, NP*sizeof(bag_entry)); in getBagLocked()4876 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*N); in getBagLocked()[all …]
1055 const ResTable::bag_entry* entry; in getPlatformAssetCookie()