Searched defs:reqChannels (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1593 audio_channel_mask_t reqChannels = config.channel_mask; local
1626 (popcount(config.channel_mask) <= FCC_2) && (popcount(reqChannels) <= FCC_2)) {
1691 reqChannels,
1703 if (pChannelMask != NULL) *pChannelMask = reqChannels;

Completed in 154 milliseconds