Searched refs:attrToMatch (Results 1 – 1 of 1) sorted by relevance
163 public Builder addRule(AudioAttributes attrToMatch, int rule) in addRule() argument168 return addRuleInt(attrToMatch, rule); in addRule()191 public Builder excludeRule(AudioAttributes attrToMatch, int rule) in excludeRule() argument196 return addRuleInt(attrToMatch, rule | RULE_EXCLUSION_MASK); in excludeRule()210 Builder addRuleInt(AudioAttributes attrToMatch, int rule) in addRuleInt() argument212 if (attrToMatch == null) { in addRuleInt()239 if (criterion.mAttr.getUsage() == attrToMatch.getUsage()) { in addRuleInt()246 + attrToMatch); in addRuleInt()252 if (criterion.mAttr.getCapturePreset() == attrToMatch.getCapturePreset()) { in addRuleInt()259 + attrToMatch); in addRuleInt()[all …]