Home
last modified time | relevance | path

Searched refs:getChannelLayout (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp253 config.channels = alsa::getChannelCountFromChannelMask(context.getChannelLayout(), isInput); in getPcmConfig()
255 LOG(ERROR) << __func__ << ": invalid channel=" << context.getChannelLayout().toString(); in getPcmConfig()
/hardware/interfaces/audio/aidl/default/
DStream.cpp840 getChannelCount(getContext().getChannelLayout()), in getActiveMicrophones()
889 : mChannelCount(getChannelCount(context->getChannelLayout())), mHwGains(mChannelCount, 0.0f) {} in StreamInHwGainHelper()
1020 : mChannelCount(getChannelCount(context->getChannelLayout())), in StreamOutHwVolumeHelper()
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp42 mStreamConfig.channelLayout = context->getChannelLayout(); in StreamRemoteSubmix()
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp323 .channelMask = context.getChannelLayout(), in fetchAndCheckProxy()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h110 ::aidl::android::media::audio::common::AudioChannelLayout getChannelLayout() const { in getChannelLayout() function