Searched refs:getTargetMixType (Results 1 – 2 of 2) sorted by relevance
57 mMixType = rule.getTargetMixType(); in AudioMix()353 if (mRule.getTargetMixType() != AudioMix.MIX_TYPE_PLAYERS) { in build()362 if (mRule.getTargetMixType() == MIX_TYPE_PLAYERS) { in build()364 } else if (mRule.getTargetMixType() == MIX_TYPE_RECORDERS) { in build()
139 int getTargetMixType() { return mTargetMixType; } in getTargetMixType() method in AudioMixingRule