Home
last modified time | relevance | path

Searched defs:type_index (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DLoadedArsc_test.cpp59 const uint8_t type_index = get_type_id(app::R::string::string_one) - 1; in TEST() local
83 const uint8_t type_index = get_type_id(sparse::R::integer::foo_9) - 1; in TEST() local
167 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST() local
/frameworks/base/libs/androidfw/include/androidfw/
DLoadedArsc.h207 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const { in GetTypeSpecByTypeIndex()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1046 impl.loaded_package_->ForEachTypeSpec([&](const TypeSpec* spec, uint8_t type_index) { in RebuildFilterList()