Searched refs:muteDuration (Results 1 – 2 of 2) sorted by relevance
619 …void UnmutePortAfterMuteDuration(int32_t muteDuration, std::string portName, DeviceType deviceType…
3399 void AudioPolicyService::UnmutePortAfterMuteDuration(int32_t muteDuration, std::string portName, De… in UnmutePortAfterMuteDuration() argument3401 …Trace trace("UnmutePortAfterMuteDuration:" + portName + " for " + std::to_string(muteDuration) + "… in UnmutePortAfterMuteDuration()3413 AUDIO_INFO_LOG("%{public}d us for device type[%{public}s]", muteDuration, portName.c_str()); in UnmutePortAfterMuteDuration()3415 usleep(muteDuration); in UnmutePortAfterMuteDuration()3420 … gsp->SetSinkMuteForSwitchDevice(sinkPortStrToClassStrMap_.at(portName), muteDuration, false); in UnmutePortAfterMuteDuration()