Searched refs:useWebRtcBasedAcousticEchoCanceler (Results 1 – 2 of 2) sorted by relevance
66 private static boolean useWebRtcBasedAcousticEchoCanceler = false; field in WebRtcAudioUtils74 useWebRtcBasedAcousticEchoCanceler = enable; in setWebRtcBasedAcousticEchoCanceler()85 public static synchronized boolean useWebRtcBasedAcousticEchoCanceler() { in useWebRtcBasedAcousticEchoCanceler() method in WebRtcAudioUtils86 if (useWebRtcBasedAcousticEchoCanceler) { in useWebRtcBasedAcousticEchoCanceler()89 return useWebRtcBasedAcousticEchoCanceler; in useWebRtcBasedAcousticEchoCanceler()
166 && !WebRtcAudioUtils.useWebRtcBasedAcousticEchoCanceler() in canUseAcousticEchoCanceler()