Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2101 audio_format_t profileFormat; in getInputForDevice() local
2105 profileFormat = config->format; // reset each time through loop, in case it is updated in getInputForDevice()
2106 profile = getInputProfile(device, profileSamplingRate, profileFormat, profileChannelMask, in getInputForDevice()
2173 lConfig.format = profileFormat; in getInputForDevice()
2180 !audio_formats_match(profileFormat, lConfig.format) || in getInputForDevice()
2184 profileSamplingRate, profileFormat, profileChannelMask); in getInputForDevice()