Home
last modified time | relevance | path

Searched refs:Idmap_target_entry (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DIdmap.h37 struct Idmap_target_entry;
134 const Idmap_target_entry* entries,
142 const Idmap_target_entry* entries_;
199 const Idmap_target_entry* target_entries_;
217 const Idmap_target_entry* target_entries,
/aosp14/frameworks/base/libs/androidfw/
H A DIdmap.cpp66 struct Idmap_target_entry { struct
147 const Idmap_target_entry* entries, in IdmapResMap()
175 [](const Idmap_target_entry& e, const uint32_t target_id) { in Lookup()
255 const Idmap_target_entry* target_entries, in LoadedIdmap()
315 auto target_entries = ReadType<Idmap_target_entry>(&data_ptr, &data_size, "target", in Load()