Searched refs:activeDesc (Results 1 – 1 of 1) sorted by relevance
592 for (const auto& activeDesc : mInputs.getActiveInputs()) { in updateCallRouting() local593 if (activeDesc->hasSameHwModuleAs(txSourceDevice)) { in updateCallRouting()594 closeActiveClients(activeDesc); in updateCallRouting()784 for (const auto& activeDesc : mInputs.getActiveInputs()) { in setForceUse() local785 auto newDevice = getNewInputDevice(activeDesc); in setForceUse()787 if (activeDesc->mProfile->getSupportedDevices().contains(newDevice)) { in setForceUse()788 setInputDevice(activeDesc->mIoHandle, newDevice); in setForceUse()790 closeInput(activeDesc->mIoHandle); in setForceUse()