Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp254 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); in createAudioPatch() local
256 config.channel_mask = inChannelMask; in createAudioPatch()
267 newPatch->mRecordThread.get(), inChannelMask); in createAudioPatch()
404 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); in createPatchConnections() local
412 inChannelMask, in createPatchConnections()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java883 for (int inChannelMask : mAudioSource.channelMasks()) { in updateAudioConfigLocked()
885 == AudioFormat.channelCountFromInChannelMask(inChannelMask)) { in updateAudioConfigLocked()
886 sourceChannelMask = inChannelMask; in updateAudioConfigLocked()