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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp6983 audio_channel_mask_t reqChannels = config.channel_mask; local
7014 (popcount(config.channel_mask) <= FCC_2) && (popcount(reqChannels) <= FCC_2)) {
7030 reqChannels,
7037 if (pChannelMask != NULL) *pChannelMask = reqChannels;

Completed in 21 milliseconds