Searched refs:bag_entry (Results 1 – 3 of 3) sorted by relevance
752 const ResTable::bag_entry* entry = NULL; in android_content_AssetManager_loadResourceBagValue()993 const ResTable::bag_entry* defStyleEnt = NULL; in android_content_AssetManager_applyStyle()998 const ResTable::bag_entry* endDefStyleEnt = defStyleEnt + in android_content_AssetManager_applyStyle()1002 const ResTable::bag_entry* styleEnt = NULL; in android_content_AssetManager_applyStyle()1006 const ResTable::bag_entry* endStyleEnt = styleEnt + in android_content_AssetManager_applyStyle()1303 const ResTable::bag_entry* defStyleEnt = NULL; in android_content_AssetManager_getArraySize()1340 const ResTable::bag_entry* arrayEnt = NULL; in android_content_AssetManager_retrieveArray()1343 const ResTable::bag_entry* endArrayEnt = arrayEnt + in android_content_AssetManager_retrieveArray()1447 const ResTable::bag_entry* startOfBag; in android_content_AssetManager_getArrayStringInfo()1461 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringInfo()[all …]
1408 const bag_entry* bag; in applyStyle()1425 const bag_entry* end = bag + N; in applyStyle()2053 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const in lockBag()2064 void ResTable::unlockBag(const bag_entry* bag) const in unlockBag()2080 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, in getBagLocked()2134 *outBag = (bag_entry*)(set+1); in getBagLocked()2212 const bag_entry* parentBag; in getBagLocked()2216 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()2221 memcpy(set+1, parentBag, NP*sizeof(bag_entry)); in getBagLocked()2231 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*N); in getBagLocked()[all …]
1795 struct bag_entry { struct1812 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const; argument1814 void unlockBag(const bag_entry* bag) const;1818 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,