Home
last modified time | relevance | path

Searched refs:package_idx (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp727 const uint32_t package_idx = get_package_id(attr_resid); in ApplyStyle() local
733 std::unique_ptr<Package>& package = packages_[package_idx]; in ApplyStyle()
760 const uint32_t package_idx = get_package_id(attr_resid); in ApplyStyle() local
763 Package* package = packages_[package_idx].get(); in ApplyStyle()
799 const uint32_t package_idx = get_package_id(resid); in GetAttribute() local
805 const Package* package = packages_[package_idx].get(); in GetAttribute()
835 asset_manager_->GetDynamicRefTableForPackage(package_idx); in GetAttribute()
848 asset_manager_->GetDynamicRefTableForPackage(package_idx); in GetAttribute()