Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp151 int matchScore = AudioProductStrategy::NO_MATCH; in getProductStrategyForAttributes() local
157 if (score > matchScore) { in getProductStrategyForAttributes()
159 matchScore = score; in getProductStrategyForAttributes()
162 return (matchScore != AudioProductStrategy::MATCH_ON_DEFAULT_SCORE || fallbackOnDefault) ? in getProductStrategyForAttributes()
246 int matchScore = AudioProductStrategy::NO_MATCH; in getVolumeGroupAttributesForAttributes() local
254 if (score > matchScore) { in getVolumeGroupAttributesForAttributes()
255 matchScore = score; in getVolumeGroupAttributesForAttributes()
260 return (matchScore != AudioProductStrategy::MATCH_ON_DEFAULT_SCORE || fallbackOnDefault) ? in getVolumeGroupAttributesForAttributes()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt37029 Landroid/os/LocaleList;->matchScore(Ljava/util/Locale;Ljava/util/Locale;)I