Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2118 audio_channel_mask_t profileChannelMask = config->channel_mask; in getInputForDevice() local
2122 profile = getInputProfile(device, profileSamplingRate, profileFormat, profileChannelMask, in getInputForDevice()
2188 lConfig.channel_mask = profileChannelMask; in getInputForDevice()
2197 (profileChannelMask != lConfig.channel_mask)) { in getInputForDevice()
2200 profileSamplingRate, profileFormat, profileChannelMask); in getInputForDevice()