Searched refs:MIX_ROLE_PLAYERS (Results 1 – 6 of 6) sorted by relevance
23 import static android.media.audiopolicy.AudioMixingRule.MIX_ROLE_PLAYERS;79 .setTargetMixRole(MIX_ROLE_PLAYERS) in testEquals()86 .setTargetMixRole(MIX_ROLE_PLAYERS) in testEquals()132 .setTargetMixRole(MIX_ROLE_PLAYERS) in testEquals()142 .setTargetMixRole(MIX_ROLE_PLAYERS) in testEquals()156 .setTargetMixRole(MIX_ROLE_PLAYERS) in buildRenderToRemoteSubmix_success()171 .setTargetMixRole(MIX_ROLE_PLAYERS) in buildLoopbackAndRenderToRemoteSubmix_success()185 .setTargetMixRole(MIX_ROLE_PLAYERS) in buildRenderToSpeaker_success()198 .setTargetMixRole(MIX_ROLE_PLAYERS) in buildLoopbackForPlayerMix_success()211 .setTargetMixRole(MIX_ROLE_PLAYERS) in buildLoopbackWithDevice_throws()[all …]
22 import static android.media.audiopolicy.AudioMixingRule.MIX_ROLE_PLAYERS;78 assertEquals(rule.getTargetMixRole(), MIX_ROLE_PLAYERS); in testConstructValidRule() local175 .setTargetMixRole(MIX_ROLE_PLAYERS) in settingTheMixTypeToIncompatibleInjectorMixFails()196 .setTargetMixRole(MIX_ROLE_PLAYERS) in sessionIdRuleCompatibleWithPlayersMix()199 assertEquals(rule.getTargetMixRole(), MIX_ROLE_PLAYERS); in sessionIdRuleCompatibleWithPlayersMix() local
234 public static final int MIX_ROLE_PLAYERS = AudioMix.MIX_TYPE_PLAYERS; 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()577 .anyMatch(mixRole == MIX_ROLE_PLAYERS in setTargetMixRole()
312 builder.setTargetMixRole(AudioMixingRule.MIX_ROLE_PLAYERS); in createAudioRecordMix()
850 .setTargetMixRole(AudioMixingRule.MIX_ROLE_PLAYERS) in buildCallExtractionRecord()
7294 field public static final int MIX_ROLE_PLAYERS = 0; // 0x0