Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp56 for (const auto &attrGroup : mAttributesVector) { in getAudioAttributes() local
57 attrVector.push_back(attrGroup.getAttributes()); in getAudioAttributes()
68 for (const auto &attrGroup : mAttributesVector) { in matchesScore() local
69 int score = AudioProductStrategy::attributesMatchesScore(attrGroup.getAttributes(), attr); in matchesScore()