Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2322 audio_channel_mask_t profileChannelMask = config->channel_mask; in getInputForDevice() local
2326 profile = getInputProfile(device, profileSamplingRate, profileFormat, profileChannelMask, in getInputForDevice()
2407 lConfig.channel_mask = profileChannelMask; in getInputForDevice()
2416 (profileChannelMask != lConfig.channel_mask)) { in getInputForDevice()
2419 profileSamplingRate, profileFormat, profileChannelMask); in getInputForDevice()