Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1840 for (const auto& activeInput : mInputs.getActiveInputs()) { in isConcurentCaptureAllowed() local
1841 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() local
1949 stopInput(activeInput, activeSessionId); in startInput()
1950 releaseInput(activeInput, activeSessionId); in startInput()
1951 ALOGV("startInput(%d) stopping silenced input %d", input, activeInput); in startInput()