Searched refs:mixerChannelMask (Results 1 – 3 of 3) sorted by relevance
199 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument204 && mixerChannelMask == (track->mMixerChannelMask | track->mMixerHapticChannelMask)) { in setChannelMasks()209 const audio_channel_mask_t mixerHapticChannelMask = mixerChannelMask & AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks()210 mixerChannelMask &= ~AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks()213 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()223 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()704 const audio_channel_mask_t mixerChannelMask = in setParameter() local707 mixerChannelMask)) { in setParameter()708 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
464 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);