Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2323 audio_input_flags_t profileFlags = flags; in getInputForDevice() local
2327 profileFlags); in getInputForDevice()
2330 } else if (profileFlags & AUDIO_INPUT_FLAG_RAW) { in getInputForDevice()
2331 profileFlags = (audio_input_flags_t) (profileFlags & ~AUDIO_INPUT_FLAG_RAW); // retry in getInputForDevice()
2332 } else if (profileFlags != AUDIO_INPUT_FLAG_NONE) { in getInputForDevice()
2333 profileFlags = AUDIO_INPUT_FLAG_NONE; // retry in getInputForDevice()
2410 status_t status = inputDesc->open(&lConfig, device, halInputSource, profileFlags, &input); in getInputForDevice()