Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2321 audio_format_t profileFormat; in getInputForDevice() local
2325 profileFormat = config->format; // reset each time through loop, in case it is updated in getInputForDevice()
2326 profile = getInputProfile(device, profileSamplingRate, profileFormat, profileChannelMask, in getInputForDevice()
2408 lConfig.format = profileFormat; in getInputForDevice()
2415 !audio_formats_match(profileFormat, lConfig.format) || in getInputForDevice()
2419 profileSamplingRate, profileFormat, profileChannelMask); in getInputForDevice()