Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp30 ResTable_config bestConfig; in selectBest() local
31 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()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6123 ResTable_config bestConfig; in getEntry() local
6124 memset(&bestConfig, 0, sizeof(bestConfig)); in getEntry()
6245 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()
6246 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()
6254 bestConfig = thisConfig; in getEntry()
6290 outEntry->config = bestConfig; in getEntry()