Searched refs:IsStreamActive (Results 1 – 3 of 3) sorted by relevance
67 bool IsStreamActive(AudioStandard::AudioVolumeType audioVolumeType);
162 bool AudioProxy::IsStreamActive(AudioStandard::AudioVolumeType audioVolumeType) in IsStreamActive() function in OHOS::Telephony::AudioProxy164 return AudioStandard::AudioSystemManager::GetInstance()->IsStreamActive(audioVolumeType); in IsStreamActive()
161 audioProxy->IsStreamActive(audioVolumeType); in AudioProxyFunc()