Searched defs:LoadedIdmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DIdmap.h37 // A LoadedIdmap can be set alongside the overlay's LoadedArsc to allow the overlay ApkAssets to
39 class LoadedIdmap { class in namespace:android
42 static std::unique_ptr<const LoadedIdmap> Load(const StringPiece& idmap_data);
62 LoadedIdmap() = default;
69 DISALLOW_COPY_AND_ASSIGN(LoadedIdmap);
71 explicit LoadedIdmap(const Idmap_header* header);
/frameworks/base/libs/androidfw/
H A DIdmap.cpp47 bool LoadedIdmap::Lookup(const IdmapEntry_header* header, uint16_t input_entry_id,
112 LoadedIdmap::LoadedIdmap(const Idmap_header* header) : header_(header) { function in class:android::LoadedIdmap
118 std::unique_ptr<const LoadedIdmap> LoadedIdmap::Load(const StringPiece& idmap_data) {
127 std::unique_ptr<LoadedIdmap> loaded_idmap = std::unique_ptr<LoadedIdmap>(new LoadedIdmap(header));
178 uint8_t LoadedIdmap::TargetPackageId() const {
182 const IdmapEntry_header* LoadedIdmap
[all...]

Completed in 62 milliseconds