Home
last modified time | relevance | path

Searched refs:GetEntryOffset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DLoadedArsc.h96 static uint32_t GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index);
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp208 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
DAssetManager2.cpp394 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()