Searched refs:useWebRtcBasedAutomaticGainControl (Results 1 – 2 of 2) sorted by relevance
67 private static boolean useWebRtcBasedAutomaticGainControl = false; field in WebRtcAudioUtils78 useWebRtcBasedAutomaticGainControl = enable; in setWebRtcBasedAutomaticGainControl()91 public static synchronized boolean useWebRtcBasedAutomaticGainControl() { in useWebRtcBasedAutomaticGainControl() method in WebRtcAudioUtils92 if (useWebRtcBasedAutomaticGainControl) { in useWebRtcBasedAutomaticGainControl()95 return useWebRtcBasedAutomaticGainControl; in useWebRtcBasedAutomaticGainControl()
181 && !WebRtcAudioUtils.useWebRtcBasedAutomaticGainControl() in canUseAutomaticGainControl()