Searched refs:activeInput (Results 1 – 1 of 1) sorted by relevance
1840 for (const auto& activeInput : mInputs.getActiveInputs()) { in isConcurentCaptureAllowed() local1841 if (!isConcurrentSource(activeInput->inputSource(true)) && in isConcurentCaptureAllowed()1842 !is_virtual_input_device(activeInput->mDevice)) { in isConcurentCaptureAllowed()1947 audio_io_handle_t activeInput = activeDesc->mIoHandle; in startInput() local1949 stopInput(activeInput, activeSessionId); in startInput()1950 releaseInput(activeInput, activeSessionId); in startInput()1951 ALOGV("startInput(%d) stopping silenced input %d", input, activeInput); in startInput()