Searched refs:_builtInAecEnabled (Results 1 – 2 of 2) sorted by relevance
423 _builtInAecEnabled(false), in AudioDeviceWindowsCore()557 _builtInAecEnabled = false; in AudioDeviceWindowsCore()2186 if (_builtInAecEnabled && _recIsInitialized) in InitPlayout()2407 assert(_builtInAecEnabled); in InitRecordingDMO()2527 if (_builtInAecEnabled) in InitRecording()2736 if (_builtInAecEnabled) in StartRecording()2910 if (_builtInAecEnabled) in StopRecording()3083 if (_builtInAecEnabled && _recording) in StopPlayout()4194 _builtInAecEnabled = enable; in EnableBuiltInAEC()4200 return _builtInAecEnabled; in BuiltInAECIsEnabled()
301 bool _builtInAecEnabled; variable