Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h65 inline uint32_t make_resid(uint8_t package_id, uint8_t type_id, uint16_t entry_id) { in make_resid()
/aosp14/frameworks/base/tools/aapt2/
H A DResource.h290 inline uint8_t ResourceId::type_id() const { in type_id() function
/aosp14/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp784 uint8_t type_id = static_cast<uint8_t>(entry.first); in Load() local
H A DAssetManager2.cpp1420 package.loaded_package_->ForEachTypeSpec([&](const TypeSpec& type_spec, uint8_t type_id) { in RebuildFilterList()