Searched refs:mixerBehavior (Results 1 – 6 of 6) sorted by relevance
60 AudioMixerAttributes(AudioFormat format, @MixerBehavior int mixerBehavior) { in AudioMixerAttributes() argument62 mMixerBehavior = mixerBehavior; in AudioMixerAttributes()117 public @NonNull Builder setMixerBehavior(@MixerBehavior int mixerBehavior) { in setMixerBehavior() argument118 switch (mixerBehavior) { in setMixerBehavior()121 mMixerBehavior = mixerBehavior; in setMixerBehavior()124 throw new IllegalArgumentException("Invalid mixer behavior " + mixerBehavior); in setMixerBehavior()145 private String mixerBehaviorToString(@MixerBehavior int mixerBehavior) { in mixerBehaviorToString() argument146 switch (mixerBehavior) { in mixerBehaviorToString()
28 static inline audio_mixer_behavior_t audioMixerBehaviorToNative(int mixerBehavior) { in audioMixerBehaviorToNative() argument29 switch (mixerBehavior) { in audioMixerBehaviorToNative()39 static inline jint audioMixerBehaviorFromNative(audio_mixer_behavior_t mixerBehavior) { in audioMixerBehaviorFromNative() argument40 switch (mixerBehavior) { in audioMixerBehaviorFromNative()
2175 jint mixerBehavior = audioMixerBehaviorFromNative(nMixerAttributes->mixer_behavior); in convertAudioMixerAttributesFromNative() local2176 if (mixerBehavior == MIXER_BEHAVIOR_INVALID) { in convertAudioMixerAttributesFromNative()2184 mixerBehavior); in convertAudioMixerAttributesFromNative()
31 AudioMixerBehavior mixerBehavior;
177 for (const auto mixerBehavior : mMixerBehaviors) { in toSupportedMixerAttributes() local180 .mixer_behavior = mixerBehavior in toSupportedMixerAttributes()
511 aidl2legacy_AudioMixerBehavior_audio_mixer_behavior_t(aidl.mixerBehavior)); in aidl2legacy_AudioMixerAttributesInternal_audio_mixer_attributes_t()520 aidl.mixerBehavior = VALUE_OR_RETURN( in legacy2aidl_audio_mixer_attributes_t_AudioMixerAttributesInternal()