HomeSort by relevance Sort by last modified time
    Searched full:best_type (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/androidfw/
AssetManager2.cpp 343 const ResTable_type* best_type = nullptr; local
401 best_type = type_chunk;
429 best_type = *iter;
443 const ResTable_entry* best_entry = LoadedPackage::GetEntryFromOffset(best_type, best_offset);
451 out_entry->type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1);
    [all...]

Completed in 78 milliseconds