Searched refs:bestConfig (Results 1 – 2 of 2) sorted by relevance
29 ResTable_config bestConfig; in selectBest() local30 memset(&bestConfig, 0, sizeof(bestConfig)); in selectBest()38 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()39 bestConfig = thisConfig; in selectBest()42 return bestConfig; in selectBest()
5980 ResTable_config bestConfig; in getEntry() local5981 memset(&bestConfig, 0, sizeof(bestConfig)); in getEntry()6073 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()6074 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()6082 bestConfig = thisConfig; in getEntry()6118 outEntry->config = bestConfig; in getEntry()