Searched refs:mTargetMixType (Results 1 – 1 of 1) sorted by relevance
47 mTargetMixType = mixType; in AudioMixingRule()158 private final int mTargetMixType; field in AudioMixingRule159 int getTargetMixType() { return mTargetMixType; } in getTargetMixType()170 return (this.mTargetMixType == that.mTargetMixType) in equals()176 return Objects.hash(mTargetMixType, mCriteria); in hashCode()240 private int mTargetMixType = AudioMix.MIX_TYPE_INVALID; field in AudioMixingRule.Builder400 if (mTargetMixType == AudioMix.MIX_TYPE_INVALID) { in addRuleInternal()402 mTargetMixType = AudioMix.MIX_TYPE_PLAYERS; in addRuleInternal()404 mTargetMixType = AudioMix.MIX_TYPE_RECORDERS; in addRuleInternal()406 } else if (((mTargetMixType == AudioMix.MIX_TYPE_PLAYERS) && !isPlayerRule(rule)) in addRuleInternal()[all …]