Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp597 auto txSourceDevice = mEngine->getInputDeviceForAttributes(attr); in updateCallRoutingInternal() local
598 ALOG_ASSERT(txSourceDevice != 0, "%s() input selected device not available", __func__); in updateCallRoutingInternal()
601 rxDevices.itemAt(0)->toString().c_str(), txSourceDevice->toString().c_str()); in updateCallRoutingInternal()
643 createTxPatch = !(availablePrimaryModuleInputDevices().contains(txSourceDevice)) && in updateCallRoutingInternal()
662 if (activeDesc->hasSameHwModuleAs(txSourceDevice)) { in updateCallRoutingInternal()
666 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txSourceDevice, delayMs); in updateCallRoutingInternal()