Searched refs:MIX_ROLE_INJECTOR (Results 1 – 6 of 6) sorted by relevance
238 public static final int MIX_ROLE_INJECTOR = AudioMix.MIX_TYPE_RECORDERS; field in AudioMixingRule241 @IntDef({MIX_ROLE_PLAYERS, MIX_ROLE_INJECTOR})254 return mTargetMixType == AudioMix.MIX_TYPE_RECORDERS ? MIX_ROLE_INJECTOR : MIX_ROLE_PLAYERS; in getTargetMixRole()572 if (mixRole != MIX_ROLE_PLAYERS && mixRole != MIX_ROLE_INJECTOR) { in setTargetMixRole()582 mTargetMixType = mixRole == MIX_ROLE_INJECTOR in setTargetMixRole()
21 import static android.media.audiopolicy.AudioMixingRule.MIX_ROLE_INJECTOR;162 assertEquals(rule.getTargetMixRole(), MIX_ROLE_INJECTOR); in injectorMixTypeDeductionWithGenericRuleSucceeds() local207 .setTargetMixRole(MIX_ROLE_INJECTOR) in sessionIdRuleCompatibleWithInjectorMix()210 assertEquals(rule.getTargetMixRole(), MIX_ROLE_INJECTOR); in sessionIdRuleCompatibleWithInjectorMix() local
22 import static android.media.audiopolicy.AudioMixingRule.MIX_ROLE_INJECTOR;100 .setTargetMixRole(MIX_ROLE_INJECTOR) in testEquals()107 .setTargetMixRole(MIX_ROLE_INJECTOR) in testEquals()120 .setTargetMixRole(MIX_ROLE_INJECTOR) in testEquals()
327 builder.setTargetMixRole(AudioMixingRule.MIX_ROLE_INJECTOR); in createAudioTrackMix()
1349 .setTargetMixRole(AudioMixingRule.MIX_ROLE_INJECTOR) in buildCallInjectionTrack()
7293 field public static final int MIX_ROLE_INJECTOR = 1; // 0x1