Searched refs:profileFlags (Results 1 – 1 of 1) sorted by relevance
1660 audio_input_flags_t profileFlags = flags; in getInputForDevice() local1665 profileFlags); in getInputForDevice()1668 } else if (profileFlags & AUDIO_INPUT_FLAG_RAW) { in getInputForDevice()1669 profileFlags = (audio_input_flags_t) (profileFlags & ~AUDIO_INPUT_FLAG_RAW); // retry in getInputForDevice()1670 } else if (profileFlags != AUDIO_INPUT_FLAG_NONE) { in getInputForDevice()1671 profileFlags = AUDIO_INPUT_FLAG_NONE; // retry in getInputForDevice()1784 halInputSource, profileFlags, &input); in getInputForDevice()