Searched refs:bag_entry (Results 1 – 5 of 5) sorted by relevance
165 const ResTable::bag_entry* bag_begin; in BM_AssetManagerGetBagOld()167 const ResTable::bag_entry* const bag_end = bag_begin + N; in BM_AssetManagerGetBagOld()
207 const ResTable::bag_entry* entry; in TEST()
1835 struct bag_entry { struct1852 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const; argument1854 void unlockBag(const bag_entry* bag) const;1858 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
3686 const bag_entry* bag; in applyStyle()3707 const bag_entry* end = bag + N; in applyStyle()4469 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const in lockBag()4480 void ResTable::unlockBag(const bag_entry* /*bag*/) const in unlockBag()4496 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, in getBagLocked()4546 *outBag = (bag_entry*)(set+1); in getBagLocked()4611 const bag_entry* parentBag; in getBagLocked()4615 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()4620 memcpy(set+1, parentBag, NP*sizeof(bag_entry)); in getBagLocked()4634 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*N); in getBagLocked()[all …]
1052 const ResTable::bag_entry* entry; in getPlatformAssetCookie()