Searched refs:GetEntryOffset (Results 1 – 3 of 3) sorted by relevance
96 static uint32_t GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index);
208 uint32_t entry_offset = GetEntryOffset(type_chunk, entry_index); in GetEntry()215 uint32_t LoadedPackage::GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index) { in GetEntryOffset() function in android::LoadedPackage
394 const uint32_t offset = LoadedPackage::GetEntryOffset(type_chunk, local_entry_idx); in FindEntry()422 const uint32_t offset = LoadedPackage::GetEntryOffset(*iter, local_entry_idx); in FindEntry()