Home
last modified time | relevance | path

Searched refs:matchesScore (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp65 int ProductStrategy::matchesScore(const audio_attributes_t attr) const in matchesScore() function in android::ProductStrategy
153 int score = iter.second->matchesScore(attributes); in getProductStrategyForAttributes()
250 int score = volGroupAttr.matchesScore(attr); in getVolumeGroupAttributesForAttributes()
/frameworks/av/media/libaudioclient/include/media/
DVolumeGroupAttributes.h44 int matchesScore(const audio_attributes_t &attributes) const;
/frameworks/av/media/libaudioclient/
DVolumeGroupAttributes.cpp30 int VolumeGroupAttributes::matchesScore(const audio_attributes_t &attributes) const { in matchesScore() function in android::VolumeGroupAttributes
DAudioSystem.cpp2255 return refAttr.matchesScore(attr) > 0; in attributesToStreamType()
/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h69 int matchesScore(const audio_attributes_t attributes) const;