Home
last modified time | relevance | path

Searched refs:isAcousticEchoCancelerSupported (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioEffects.java69 public static boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioEffects
165 isAcousticEchoCancelerSupported() in canUseAcousticEchoCanceler()
291 if (isAcousticEchoCancelerSupported()) { in enable()
381 && isAcousticEchoCancelerSupported()) in effectTypeIsVoIP()
DWebRtcAudioManager.java141 hardwareAEC = isAcousticEchoCancelerSupported(); in storeAudioParameters()
230 private static boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioManager