Searched refs:mixerChannelMask (Results 1 – 2 of 2) sorted by relevance
532 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument536 && mixerChannelMask == track.mMixerChannelMask) { in setChannelMasks()541 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()549 track.mMixerChannelMask = mixerChannelMask; in setChannelMasks()847 const audio_channel_mask_t mixerChannelMask = in setParameter() local849 if (setChannelMasks(name, track.channelMask, mixerChannelMask)) { in setParameter()850 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
383 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);