Searched refs:compareResTableConfig (Results 1 – 1 of 1) sorted by relevance
5936 static bool compareResTableConfig(const ResTable_config& a, const ResTable_config& b) { in compareResTableConfig() function5985 auto iter = std::lower_bound(beginIter, endIter, cfg, compareResTableConfig); in getConfigurations()