Searched refs:bestConfig (Results 1 – 2 of 2) sorted by relevance
30 ResTable_config bestConfig; in selectBest() local31 memset(&bestConfig, 0, sizeof(bestConfig)); in selectBest()39 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()40 bestConfig = thisConfig; in selectBest()43 return bestConfig; in selectBest()
6385 ResTable_config bestConfig; in getEntry() local6386 memset(&bestConfig, 0, sizeof(bestConfig)); in getEntry()6507 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()6508 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()6516 bestConfig = thisConfig; in getEntry()6552 outEntry->config = bestConfig; in getEntry()