Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp29 ResTable_config bestConfig; in selectBest() local
30 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()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5980 ResTable_config bestConfig; in getEntry() local
5981 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()