Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp570 uint32_t muteWaitMs = 0; in handleDeviceConfigChange() local
579 if (muteWaitMs < tempMuteDurationMs) { in handleDeviceConfigChange()
580 muteWaitMs = tempMuteDurationMs; in handleDeviceConfigChange()
591 if (muteWaitMs > 0) { in handleDeviceConfigChange()
592 ALOGW_IF(MUTE_TIME_MS < muteWaitMs * 2, "%s excessive mute wait %d", __func__, muteWaitMs); in handleDeviceConfigChange()
593 usleep(muteWaitMs * 1000); in handleDeviceConfigChange()
698 uint32_t muteWaitMs = 0; in updateCallRoutingInternal() local
765 muteWaitMs = setOutputDevices(__func__, mPrimaryOutput, rxDevices, true, delayMs); in updateCallRoutingInternal()
785 *waitMs = muteWaitMs; in updateCallRoutingInternal()
2512 const uint32_t muteWaitMs = in startSource() local
[all …]