Searched defs:bestConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp30 ResTable_config bestConfig; local
31 memset(&bestConfig, 0, sizeof(bestConfig));
39 if (thisConfig.isBetterThan(bestConfig, &target)) {
40 bestConfig = thisConfig;
43 return bestConfig;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6370 ResTable_config bestConfig; local
6371 memset(&bestConfig, 0, sizeof(bestConfig));
6492 if (!thisConfig.isBetterThan(bestConfig, config)) {
6493 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) {
6501 bestConfig = thisConfig;
6537 outEntry->config = bestConfig;

Completed in 81 milliseconds