Lines Matching refs:mMixerChannelMask
2192 mMixerChannelMask = mixerConfig->channel_mask;
2198 && mMixerChannelMask != mChannelMask) {
2200 mChannelMask, mMixerChannelMask);
2340 mMixerChannelMask, channelMaskToString(mMixerChannelMask, true /* output */).c_str()); in dumpInternals_l()
3156 if (mMixerChannelMask == AUDIO_CHANNEL_NONE) { in readOutputParameters_l()
3157 mMixerChannelMask = mChannelMask; in readOutputParameters_l()
3163 uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mMixerChannelMask); in readOutputParameters_l()
3303 mMixerChannelMask = static_cast<audio_channel_mask_t>(mMixerChannelMask & ~mHapticChannelMask); in readOutputParameters_l()
3776 channelMask = mMixerChannelMask; in addEffectChain_l()
3828 * (audio_channel_count_from_out_mask(mMixerChannelMask) in addEffectChain_l()
4310 audio_channel_count_from_out_mask(mMixerChannelMask) : mChannelCount; in threadLoop()
4370 audio_channel_count_from_out_mask(mMixerChannelMask) : in threadLoop()
4424 audio_bytes_per_frame(audio_channel_count_from_out_mask(mMixerChannelMask), in threadLoop()
6054 (void *)(uintptr_t)(mMixerChannelMask | mHapticChannelMask)); in prepareTracks_l()