Searched refs:attributesMatchesScore (Results 1 – 4 of 4) sorted by relevance
61 static int attributesMatchesScore(audio_attributes_t refAttributes,66 return attributesMatchesScore(refAttributes, clientAttritubes) > 0; in attributesMatches()
31 return AudioProductStrategy::attributesMatchesScore(mAttributes, attributes); in matchesScore()
63 int AudioProductStrategy::attributesMatchesScore(audio_attributes_t refAttributes, in attributesMatchesScore() function in android::AudioProductStrategy
69 int score = AudioProductStrategy::attributesMatchesScore(attrGroup.getAttributes(), attr); in matchesScore()