HomeSort by relevance Sort by last modified time
    Searched refs:canUseAcousticEchoCanceler (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 48 private static Boolean canUseAcousticEchoCanceler = null;
162 public static boolean canUseAcousticEchoCanceler() {
163 if (canUseAcousticEchoCanceler == null) {
164 canUseAcousticEchoCanceler = new Boolean(
169 Logging.d(TAG, "canUseAcousticEchoCanceler: "
170 + canUseAcousticEchoCanceler);
172 return canUseAcousticEchoCanceler;
223 if (!canUseAcousticEchoCanceler()) {
297 boolean enable = shouldEnableAec && canUseAcousticEchoCanceler();
WebRtcAudioManager.java 231 return WebRtcAudioEffects.canUseAcousticEchoCanceler();

Completed in 45 milliseconds