Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp499 auto txSourceDevice = mEngine->getInputDeviceForAttributes(attr); in updateCallRouting() local
500 ALOG_ASSERT(txSourceDevice != 0, "updateCallRouting() input selected device not available"); in updateCallRouting()
503 rxDevices.itemAt(0)->toString().c_str(), txSourceDevice->toString().c_str()); in updateCallRouting()
542 createTxPatch = !primaryModule->supportsPatch(txSourceDevice, txSinkDevice); in updateCallRouting()
551 createTxPatch = !(availablePrimaryModuleInputDevices().contains(txSourceDevice)) && in updateCallRouting()
566 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txSourceDevice, delayMs); in updateCallRouting()