Searched defs:AssetManager2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h72 // AssetManager2 is the main entry point for accessing assets and resources.
73 // AssetManager2 provides caching of resources retrieved via the underlying
75 class AssetManager2 : public ::AAssetManager { class in namespace:android
90 AssetManager2();
220 // const AssetManager2::ResolvedBag* bag = asset_manager->GetBag(id);
234 DISALLOW_COPY_AND_ASSIGN(AssetManager2);
290 friend class AssetManager2;
307 inline const AssetManager2* GetAssetManager() const { return asset_manager_; }
309 inline AssetManager2* GetAssetManager() { return asset_manager_; }
329 // This is like AssetManager2
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp19 #include "androidfw/AssetManager2.h"
38 AssetManager2::AssetManager2() { memset(&configuration_, 0, sizeof(configuration_)); } function in class:android::AssetManager2
40 bool AssetManager2::SetApkAssets(const std::vector<const ApkAssets*>& apk_assets,
50 void AssetManager2::BuildDynamicRefTable() {
102 void AssetManager2::DumpToLog() const {
122 const ResStringPool* AssetManager2::GetStringPoolForCookie(ApkAssetsCookie cookie) const {
129 const DynamicRefTable* AssetManager2::GetDynamicRefTableForPackage(uint32_t package_id) const {
141 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const {
152 void AssetManager2
[all...]

Completed in 73 milliseconds