Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp263 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); in createAudioPatch() local
265 config.channel_mask = inChannelMask; in createAudioPatch()
276 newPatch->mRecordThread.get(), inChannelMask); in createAudioPatch()
449 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); in createPatchConnections() local
457 inChannelMask, in createPatchConnections()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java893 for (int inChannelMask : mAudioSource.channelMasks()) { in updateAudioConfigLocked()
895 == AudioFormat.channelCountFromInChannelMask(inChannelMask)) { in updateAudioConfigLocked()
896 sourceChannelMask = inChannelMask; in updateAudioConfigLocked()