Lines Matching refs:waitMs
684 status_t AudioPolicyManager::updateCallRouting(bool fromCache, uint32_t delayMs, uint32_t *waitMs) in updateCallRouting() argument
688 return updateCallRoutingInternal(rxDevices, delayMs, waitMs); in updateCallRouting()
694 const DeviceVector &rxDevices, uint32_t delayMs, uint32_t *waitMs) in updateCallRoutingInternal() argument
784 if (waitMs != nullptr) { in updateCallRoutingInternal()
785 *waitMs = muteWaitMs; in updateCallRoutingInternal()
2454 uint32_t waitMs = beaconMuteLatency; in startSource() local
2487 if (shouldWait && isActive && (waitMs < latencyMs)) { in startSource()
2488 waitMs = latencyMs; in startSource()
2537 if (waitMs > muteWaitMs) { in startSource()
2538 *delayMs = waitMs - muteWaitMs; in startSource()
4219 uint32_t waitMs = 0; in updateCallAndOutputRouting() local
4221 if (updateCallRouting(true /*fromCache*/, delayMs, &waitMs) == NO_ERROR) { in updateCallAndOutputRouting()
4243 waitMs = setOutputDevices(__func__, outputDesc, newDevices, forceRouting, delayMs, in updateCallAndOutputRouting()
4250 applyStreamVolumes(outputDesc, newDevices.types(), waitMs, true); in updateCallAndOutputRouting()