Searched refs:GetEntryOffset (Results 1 – 3 of 3) sorted by relevance
168 static uint32_t GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index);
238 uint32_t entry_offset = GetEntryOffset(type_chunk, entry_index); in GetEntry()245 uint32_t LoadedPackage::GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index) { in GetEntryOffset() function in android::LoadedPackage
672 const uint32_t offset = LoadedPackage::GetEntryOffset(type, entry_idx); in FindEntryInternal()729 const uint32_t offset = LoadedPackage::GetEntryOffset(*iter, entry_idx); in FindEntryInternal()