Searched refs:GetResource (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DBenchmarkHelpers.cpp80 ApkAssetsCookie cookie = assetmanager.GetResource(
H A DAssetManager2_test.cpp103 assetmanager.GetResource(basic::R::string::test1, false /*may_be_bag*/,
133 assetmanager.GetResource(basic::R::string::test1, false /*may_be_bag*/,
161 assetmanager.GetResource(libclient::R::string::foo_one, false /*may_be_bag*/,
170 cookie = assetmanager.GetResource(value.data, false /* may_be_bag */, 0 /* density_override*/,
178 cookie = assetmanager.GetResource(libclient::R::string::foo_two, false /*may_be_bag*/,
187 cookie = assetmanager.GetResource(value.data, false /* may_be_bag */, 0 /* density_override*/,
205 ApkAssetsCookie cookie = assetmanager.GetResource(
351 assetmanager.GetResource(basic::R::integer::ref1, false /*may_be_bag*/,
374 assetmanager.GetResource(basic::R::integer::number2, true /*may_be_bag*/,
408 ApkAssetsCookie cookie = assetmanager.GetResource(high_re
[all...]
H A DAttributeResolution_bench.cpp115 assetmanager.GetResource(basic::R::layout::layoutt, false /*may_be_bag*/,
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h170 // referenced by a resource lookup with GetResource().
202 ApkAssetsCookie GetResource(uint32_t resid, bool may_be_bag, uint16_t density_override,
210 // `in_out_flags` is the type spec flags returned from calls to GetResource() or
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp506 ApkAssetsCookie AssetManager2::GetResource(uint32_t resid, bool may_be_bag, function in class:android::AssetManager2
554 cookie = GetResource(in_out_value->data, true /*may_be_bag*/, 0u /*density_override*/,
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp594 assetmanager->GetResource(static_cast<uint32_t>(resid), false /*may_be_bag*/,

Completed in 118 milliseconds