Home
last modified time | relevance | path

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

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