Searched refs:muteWaitMs (Results 1 – 1 of 1) sorted by relevance
570 uint32_t muteWaitMs = 0; in handleDeviceConfigChange() local579 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() local765 muteWaitMs = setOutputDevices(__func__, mPrimaryOutput, rxDevices, true, delayMs); in updateCallRoutingInternal()785 *waitMs = muteWaitMs; in updateCallRoutingInternal()2512 const uint32_t muteWaitMs = in startSource() local[all …]