Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp578 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()
[all …]
DAudioPolicyManager.h744 const DeviceVector &rxDevices, uint32_t delayMs, uint32_t *waitMs);