Searched refs:GetEntryMapForType (Results 1 – 3 of 3) sorted by relevance
58 const IdmapEntry_header* GetEntryMapForType(uint8_t type_id) const;
182 const IdmapEntry_header* LoadedIdmap::GetEntryMapForType(uint8_t type_id) const { in GetEntryMapForType() function in android::LoadedIdmap
485 idmap_entry_header = loaded_idmap->GetEntryMapForType(type_spec->id); in Load()