Searched refs:profileFlags (Results 1 – 1 of 1) sorted by relevance
2119 audio_input_flags_t profileFlags = flags; in getInputForDevice() local2123 profileFlags); in getInputForDevice()2126 } else if (profileFlags & AUDIO_INPUT_FLAG_RAW) { in getInputForDevice()2127 profileFlags = (audio_input_flags_t) (profileFlags & ~AUDIO_INPUT_FLAG_RAW); // retry in getInputForDevice()2128 } else if (profileFlags != AUDIO_INPUT_FLAG_NONE) { in getInputForDevice()2129 profileFlags = AUDIO_INPUT_FLAG_NONE; // retry in getInputForDevice()2191 status_t status = inputDesc->open(&lConfig, device, halInputSource, profileFlags, &input); in getInputForDevice()