Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DIdmap.h36 struct Idmap_data_header;
56 const Idmap_data_header* data_header_;
68 explicit OverlayDynamicRefTable(const Idmap_data_header* data_header,
76 const Idmap_data_header* data_header_;
133 explicit IdmapResMap(const Idmap_data_header* data_header,
141 const Idmap_data_header* data_header_;
198 const Idmap_data_header* data_header_;
216 const Idmap_data_header* data_header,
/aosp14/frameworks/base/libs/androidfw/
H A DIdmap.cpp56 struct Idmap_data_header { struct
117 OverlayDynamicRefTable::OverlayDynamicRefTable(const Idmap_data_header* data_header, in OverlayDynamicRefTable()
146 IdmapResMap::IdmapResMap(const Idmap_data_header* data_header, in IdmapResMap()
254 const Idmap_data_header* data_header, in LoadedIdmap()
311 auto data_header = ReadType<Idmap_data_header>(&data_ptr, &data_size, "data header"); in Load()