Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp344 if (res_id.is_valid_static() && asset_manager_.GetResourceFlags(res_id.id, &type_spec_flags)) { in FindByName()
399 if (!asset_manager_.GetResourceFlags(id.id, &type_spec_flags)) { in FindById()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h206 bool GetResourceFlags(uint32_t resid, uint32_t* out_flags) const;
/frameworks/base/libs/androidfw/
DAssetManager2.cpp885 bool AssetManager2::GetResourceFlags(uint32_t resid, uint32_t* out_flags) const { in GetResourceFlags() function in android::AssetManager2