Searched refs:isAcousticEchoCancelerSupported (Results 1 – 6 of 6) sorted by relevance
56 public static boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioEffects79 if (!isAcousticEchoCancelerSupported()) { in setAEC()131 if (isAcousticEchoCancelerSupported()) { in enable()137 boolean enable = shouldEnableAec && isAcousticEchoCancelerSupported(); in enable()194 return (AudioEffect.EFFECT_TYPE_AEC.equals(type) && isAcousticEchoCancelerSupported()) in effectTypeIsVoIP()
104 private final boolean isAcousticEchoCancelerSupported; field in WebRtcAudioRecord184 WebRtcAudioEffects.isAcousticEchoCancelerSupported(), in WebRtcAudioRecord()192 boolean isAcousticEchoCancelerSupported, boolean isNoiseSuppressorSupported) { in WebRtcAudioRecord() argument193 if (isAcousticEchoCancelerSupported && !WebRtcAudioEffects.isAcousticEchoCancelerSupported()) { in WebRtcAudioRecord()206 this.isAcousticEchoCancelerSupported = isAcousticEchoCancelerSupported; in WebRtcAudioRecord()217 boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioRecord218 return isAcousticEchoCancelerSupported; in isAcousticEchoCancelerSupported()
59 public static boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioEffects139 boolean canUseAcousticEchoCanceler = isAcousticEchoCancelerSupported() in canUseAcousticEchoCanceler()221 if (isAcousticEchoCancelerSupported()) { in enable()283 return (AudioEffect.EFFECT_TYPE_AEC.equals(type) && isAcousticEchoCancelerSupported()) in effectTypeIsVoIP()
226 hardwareAEC = isAcousticEchoCancelerSupported(); in storeAudioParameters()329 private static boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioManager
121 public static boolean isAcousticEchoCancelerSupported() { in isAcousticEchoCancelerSupported() method in WebRtcAudioUtils
306 return WebRtcAudioEffects.isAcousticEchoCancelerSupported(); in isBuiltInAcousticEchoCancelerSupported()