Searched refs:mixerChannelMask (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp532 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) {
536 && mixerChannelMask == track.mMixerChannelMask) {
541 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask);
549 track.mMixerChannelMask = mixerChannelMask;
847 const audio_channel_mask_t mixerChannelMask = local
849 if (setChannelMasks(name, track.channelMask, mixerChannelMask)) {
850 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask);
531 setChannelMasks(int name, audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) argument
H A DAudioMixer.h383 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);

Completed in 44 milliseconds