Home
last modified time | relevance | path

Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DLoadedArsc.h51 struct TypeEntry { struct
63 std::vector<TypeEntry> type_entries;
H A DAssetManager2.h338 std::vector<const TypeSpec::TypeEntry*> type_entries;
/aosp12/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp56 TypeSpec::TypeEntry& entry = type_entries.emplace_back(); in AddType()
69 std::vector<TypeSpec::TypeEntry> type_entries;
H A DAssetManager2.cpp708 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DLoadedArsc_test.cpp121 [](const TypeSpec::TypeEntry& x) { return x.config.sdkVersion == 26; }); in TEST()