Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp458 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); in createConnections() local
472 inChannelMask == mRecord.thread()->channelMask() && in createConnections()
513 inChannelMask, in createConnections()
531 inChannelMask, in createConnections()
DAudioFlinger.cpp895 auto inChannelMask = audio_channel_mask_out_to_in(input.config.channel_mask); in createTrack() local
898 inChannelMask, in createTrack()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java984 for (int inChannelMask : mAudioSource.channelMasks()) { in updateAudioConfigLocked()
986 == AudioFormat.channelCountFromInChannelMask(inChannelMask)) { in updateAudioConfigLocked()
987 sourceChannelMask = inChannelMask; in updateAudioConfigLocked()