Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DLoadedArsc_test.cpp66 ASSERT_THAT(LoadedPackage::GetEntry(type, entry_index), NotNull()); in TEST()
90 ASSERT_THAT(LoadedPackage::GetEntry(type, entry_index), NotNull()); in TEST()
179 ASSERT_THAT(LoadedPackage::GetEntry(type_spec->types[0], entry_index), NotNull()); in TEST()
266 ASSERT_THAT(LoadedPackage::GetEntry(type_spec->types[0], 0x0001u), IsNull()); in TEST()
273 ASSERT_THAT(LoadedPackage::GetEntry(type_spec->types[0], 0x0000), NotNull()); in TEST()
/frameworks/base/libs/androidfw/include/androidfw/
DLoadedArsc.h94 static const ResTable_entry* GetEntry(const ResTable_type* type_chunk, uint16_t entry_index);
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp206 const ResTable_entry* LoadedPackage::GetEntry(const ResTable_type* type_chunk, in GetEntry() function in android::LoadedPackage
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp317 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry); in advance_l()
443 pEntry = pSH->GetEntry(index); in seek()