Home
last modified time | relevance | path

Searched refs:MIX_ROLE_PLAYERS (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioMixUnitTests.java23 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 …]
H A DAudioMixingRuleUnitTests.java22 import static android.media.audiopolicy.AudioMixingRule.MIX_ROLE_PLAYERS;
78 assertEquals(rule.getTargetMixRole(), MIX_ROLE_PLAYERS); in testConstructValidRule() local
175 .setTargetMixRole(MIX_ROLE_PLAYERS) in settingTheMixTypeToIncompatibleInjectorMixFails()
196 .setTargetMixRole(MIX_ROLE_PLAYERS) in sessionIdRuleCompatibleWithPlayersMix()
199 assertEquals(rule.getTargetMixRole(), MIX_ROLE_PLAYERS); in sessionIdRuleCompatibleWithPlayersMix() local
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMixingRule.java234 public static final int MIX_ROLE_PLAYERS = AudioMix.MIX_TYPE_PLAYERS; field in AudioMixingRule
241 @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()
/aosp14/frameworks/base/core/java/android/companion/virtual/audio/
H A DVirtualAudioSession.java312 builder.setTargetMixRole(AudioMixingRule.MIX_ROLE_PLAYERS); in createAudioRecordMix()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioRecord.java850 .setTargetMixRole(AudioMixingRule.MIX_ROLE_PLAYERS) in buildCallExtractionRecord()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt7294 field public static final int MIX_ROLE_PLAYERS = 0; // 0x0