Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1676 audio_input_flags_t profileFlags = flags; in getInputForDevice() local
1680 profileFlags); in getInputForDevice()
1683 } else if (profileFlags & AUDIO_INPUT_FLAG_RAW) { in getInputForDevice()
1684 profileFlags = (audio_input_flags_t) (profileFlags & ~AUDIO_INPUT_FLAG_RAW); // retry in getInputForDevice()
1685 } else if (profileFlags != AUDIO_INPUT_FLAG_NONE) { in getInputForDevice()
1686 profileFlags = AUDIO_INPUT_FLAG_NONE; // retry in getInputForDevice()
1797 profileFlags); in getInputForDevice()