Searched refs:getChannelLayout (Results 1 – 5 of 5) sorted by relevance
253 config.channels = alsa::getChannelCountFromChannelMask(context.getChannelLayout(), isInput); in getPcmConfig()255 LOG(ERROR) << __func__ << ": invalid channel=" << context.getChannelLayout().toString(); in getPcmConfig()
840 getChannelCount(getContext().getChannelLayout()), in getActiveMicrophones()889 : mChannelCount(getChannelCount(context->getChannelLayout())), mHwGains(mChannelCount, 0.0f) {} in StreamInHwGainHelper()1020 : mChannelCount(getChannelCount(context->getChannelLayout())), in StreamOutHwVolumeHelper()
42 mStreamConfig.channelLayout = context->getChannelLayout(); in StreamRemoteSubmix()
323 .channelMask = context.getChannelLayout(), in fetchAndCheckProxy()
110 ::aidl::android::media::audio::common::AudioChannelLayout getChannelLayout() const { in getChannelLayout() function