Searched refs:bestConfig (Results 1 – 1 of 1) sorted by relevance
3281 ResTable_config bestConfig; in getBagLocked() local3282 memset(&bestConfig, 0, sizeof(bestConfig)); in getBagLocked()3332 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) { in getBagLocked()3335 bestConfig = type->config; in getBagLocked()4823 ResTable_config bestConfig; in getEntry() local4824 memset(&bestConfig, 0, sizeof(bestConfig)); // make the compiler shut up in getEntry()4861 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()4869 bestConfig = thisConfig; in getEntry()