Lines Matching refs:rxDevices
687 DeviceVector rxDevices = selectBestRxSinkDevicesForCall(fromCache); in updateCallRouting() local
688 return updateCallRoutingInternal(rxDevices, delayMs, waitMs); in updateCallRouting()
694 const DeviceVector &rxDevices, uint32_t delayMs, uint32_t *waitMs) in updateCallRoutingInternal() argument
710 if (rxDevices.isEmpty()) { in updateCallRoutingInternal()
720 rxDevices.itemAt(0)->toString().c_str(), txSourceDevice->toString().c_str()); in updateCallRoutingInternal()
751 createRxPatch = !(availablePrimaryOutputDevices().contains(rxDevices.itemAt(0))) && in updateCallRoutingInternal()
765 muteWaitMs = setOutputDevices(__func__, mPrimaryOutput, rxDevices, true, delayMs); in updateCallRoutingInternal()
927 DeviceVector rxDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setPhoneState() local
930 if (isStateInCall(oldState) && rxDevices.isEmpty()) { in setPhoneState()
931 rxDevices = mPrimaryOutput->devices(); in setPhoneState()
933 setOutputDevices(__func__, mPrimaryOutput, rxDevices, force, 0); in setPhoneState()