Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DIdmap.h35 struct Idmap_data_header;
54 const Idmap_data_header* data_header_;
66 explicit OverlayDynamicRefTable(const Idmap_data_header* data_header,
74 const Idmap_data_header* data_header_;
129 explicit IdmapResMap(const Idmap_data_header* data_header,
135 const Idmap_data_header* data_header_;
191 const Idmap_data_header* data_header_;
207 const Idmap_data_header* data_header,
/aosp12/frameworks/base/libs/androidfw/
H A DIdmap.cpp56 struct Idmap_data_header { struct
109 OverlayDynamicRefTable::OverlayDynamicRefTable(const Idmap_data_header* data_header, in OverlayDynamicRefTable()
138 IdmapResMap::IdmapResMap(const Idmap_data_header* data_header, in IdmapResMap()
237 const Idmap_data_header* data_header, in LoadedIdmap()
292 auto data_header = ReadType<Idmap_data_header>(&data_ptr, &data_size, "data header"); in Load()