Searched refs:mTargetMixType (Results 1 – 2 of 2) sorted by relevance
52 mTargetMixType = mixType; in AudioMixingRule()201 private final int mTargetMixType; field in AudioMixingRule202 int getTargetMixType() { return mTargetMixType; } in getTargetMixType()238 return (this.mTargetMixType == that.mTargetMixType) in equals()248 mTargetMixType, in hashCode()326 private int mTargetMixType = AudioMix.MIX_TYPE_INVALID; field in AudioMixingRule.Builder483 mTargetMixType = mixType; in setTargetMixType()541 if (mTargetMixType == AudioMix.MIX_TYPE_INVALID) { in addRuleInternal()543 mTargetMixType = AudioMix.MIX_TYPE_PLAYERS; in addRuleInternal()545 mTargetMixType = AudioMix.MIX_TYPE_RECORDERS; in addRuleInternal()[all …]
27328 Landroid/media/audiopolicy/AudioMixingRule$Builder;->mTargetMixType:I27339 Landroid/media/audiopolicy/AudioMixingRule;->mTargetMixType:I