Searched refs:this_config (Results 1 – 1 of 1) sorted by relevance
385 const ResTable_config& this_config = candidate_configs[i]; in FindEntry() local389 if ((best_config == nullptr || this_config.isBetterThan(*best_config, desired_config)) || in FindEntry()390 (package_is_overlay && this_config.compare(*best_config) == 0)) { in FindEntry()402 best_config = &this_config; in FindEntry()414 ResTable_config this_config; in FindEntry() local415 this_config.copyFromDtoH((*iter)->config); in FindEntry()417 if (this_config.match(*desired_config)) { in FindEntry()418 if ((best_config == nullptr || this_config.isBetterThan(*best_config, desired_config)) || in FindEntry()419 (package_is_overlay && this_config.compare(*best_config) == 0)) { in FindEntry()430 best_config_copy = this_config; in FindEntry()[all …]