Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2103 audio_input_flags_t profileFlags = flags; in getInputForDevice() local
2107 profileFlags); in getInputForDevice()
2110 } else if (profileFlags & AUDIO_INPUT_FLAG_RAW) { in getInputForDevice()
2111 profileFlags = (audio_input_flags_t) (profileFlags & ~AUDIO_INPUT_FLAG_RAW); // retry in getInputForDevice()
2112 } else if (profileFlags != AUDIO_INPUT_FLAG_NONE) { in getInputForDevice()
2113 profileFlags = AUDIO_INPUT_FLAG_NONE; // retry in getInputForDevice()
2175 status_t status = inputDesc->open(&lConfig, device, halInputSource, profileFlags, &input); in getInputForDevice()