Lines Matching refs:rxDevices
578 DeviceVector rxDevices = selectBestRxSinkDevicesForCall(fromCache); in updateCallRouting() local
579 return updateCallRoutingInternal(rxDevices, delayMs, waitMs); in updateCallRouting()
585 const DeviceVector &rxDevices, uint32_t delayMs, uint32_t *waitMs) in updateCallRoutingInternal() argument
594 ALOG_ASSERT(!rxDevices.isEmpty(), "%s() no selected output device", __func__); in updateCallRoutingInternal()
601 rxDevices.itemAt(0)->toString().c_str(), txSourceDevice->toString().c_str()); in updateCallRoutingInternal()
639 createRxPatch = !(availablePrimaryOutputDevices().contains(rxDevices.itemAt(0))) && in updateCallRoutingInternal()
649 muteWaitMs = setOutputDevices(mPrimaryOutput, rxDevices, true, delayMs); in updateCallRoutingInternal()
792 DeviceVector rxDevices = getNewOutputDevices(mPrimaryOutput, false /*fromCache*/); in setPhoneState() local
795 if (isStateInCall(oldState) && rxDevices.isEmpty()) { in setPhoneState()
796 rxDevices = mPrimaryOutput->devices(); in setPhoneState()
805 setOutputDevices(mPrimaryOutput, rxDevices, force, 0); in setPhoneState()