Searched refs:canUseAcousticEchoCanceler (Results 1 – 2 of 2) sorted by relevance
48 private static Boolean canUseAcousticEchoCanceler = null; field in WebRtcAudioEffects162 public static boolean canUseAcousticEchoCanceler() { in canUseAcousticEchoCanceler() method in WebRtcAudioEffects163 if (canUseAcousticEchoCanceler == null) { in canUseAcousticEchoCanceler()164 canUseAcousticEchoCanceler = new Boolean( in canUseAcousticEchoCanceler()170 + canUseAcousticEchoCanceler); in canUseAcousticEchoCanceler()172 return canUseAcousticEchoCanceler; in canUseAcousticEchoCanceler()223 if (!canUseAcousticEchoCanceler()) { in setAEC()297 boolean enable = shouldEnableAec && canUseAcousticEchoCanceler(); in enable()
231 return WebRtcAudioEffects.canUseAcousticEchoCanceler(); in isAcousticEchoCancelerSupported()