HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryOffset (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
LoadedArsc.h 96 static uint32_t GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index);
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 208 uint32_t entry_offset = GetEntryOffset(type_chunk, entry_index);
215 uint32_t LoadedPackage::GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index) {
AssetManager2.cpp 394 const uint32_t offset = LoadedPackage::GetEntryOffset(type_chunk, local_entry_idx);
422 const uint32_t offset = LoadedPackage::GetEntryOffset(*iter, local_entry_idx);
    [all...]

Completed in 437 milliseconds