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

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp322 ALOGV("audioflinger->openInput_l() returned %p inChannelMask %08x",
465 audio_channel_mask_t inChannelMask = audio_channel_in_mask_from_count(channelCount); local
473 inChannelMask,
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java983 for (int inChannelMask : mAudioSource.channelMasks()) {
985 == AudioFormat.channelCountFromInChannelMask(inChannelMask)) {
986 sourceChannelMask = inChannelMask;

Completed in 143 milliseconds