Searched refs:mixerChannelMask (Results 1 – 3 of 3) sorted by relevance
258 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument262 && mixerChannelMask == track.mMixerChannelMask) { in setChannelMasks()267 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()275 track.mMixerChannelMask = mixerChannelMask; in setChannelMasks()666 const audio_channel_mask_t mixerChannelMask = in setParameter() local668 if (setChannelMasks(name, track.channelMask, mixerChannelMask)) { in setParameter()669 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
315 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);