Home
last modified time | relevance | path

Searched refs:inChannelMask (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp491 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); in createConnections() local
505 inChannelMask == mRecord.thread()->channelMask() && in createConnections()
546 inChannelMask, in createConnections()
564 inChannelMask, in createConnections()
H A DEffects.h38 virtual audio_channel_mask_t inChannelMask(int id) const = 0;
589 audio_channel_mask_t inChannelMask(int id) const override;
750 audio_channel_mask_t inChannelMask(int id) const override;
H A DDeviceEffectManager.h168 audio_channel_mask_t inChannelMask(int id __unused) const override { in inChannelMask() function
H A DEffects.cpp893 channelMask = callback->inChannelMask(mId); in configure()
3004 audio_channel_mask_t AudioFlinger::EffectChain::EffectCallback::inChannelMask(int id) const { in inChannelMask() function in android::AudioFlinger::EffectChain::EffectCallback
3036 return audio_channel_count_from_out_mask(inChannelMask(id)); in inChannelCount()
3486 audio_channel_mask_t AudioFlinger::DeviceEffectProxy::ProxyCallback::inChannelMask( in inChannelMask() function in android::AudioFlinger::DeviceEffectProxy::ProxyCallback
H A DAudioFlinger.cpp3452 auto inChannelMask = audio_channel_mask_out_to_in(track->channelMask()); in updateSecondaryOutputsForTrack_l() local
3455 inChannelMask, in updateSecondaryOutputsForTrack_l()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java1034 for (int inChannelMask : mAudioSource.channelMasks()) { in updateAudioConfigLocked()
1036 == AudioFormat.channelCountFromInChannelMask(inChannelMask)) { in updateAudioConfigLocked()
1037 sourceChannelMask = inChannelMask; in updateAudioConfigLocked()