Searched defs:profileChannelMask (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1391 audio_channel_mask_t profileChannelMask = channelMask; local
1395 profileSamplingRate, profileFormat, profileChannelMask,
1416 config.channel_mask = profileChannelMask;
1431 (profileChannelMask != config.channel_mask)) {
1447 inputDesc->mChannelMask = profileChannelMask;

Completed in 43 milliseconds