Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp781 const bool use_filtered = !ignore_configuration && &desired_config == &configuration_; in FindEntryInternal() local
807 const size_t type_entry_count = (use_filtered) ? filtered_group.type_entries.size() in FindEntryInternal()
810 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal()
817 if (!(use_filtered || ignore_configuration || this_config.match(desired_config))) { in FindEntryInternal()