Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc457 _microphoneIsInitialized(false), in AudioDeviceWindowsCore()
720 _microphoneIsInitialized = false; in Terminate()
893 _microphoneIsInitialized = true; in InitMicrophone()
915 return (_microphoneIsInitialized); in MicrophoneIsInitialized()
1281 if (!_microphoneIsInitialized) in SetMicrophoneMute()
1318 if (!_microphoneIsInitialized) in MicrophoneMute()
1363 if (!_microphoneIsInitialized) in SetMicrophoneBoost()
1378 if (!_microphoneIsInitialized) in MicrophoneBoost()
1557 if (!_microphoneIsInitialized) in SetMicrophoneVolume()
1598 if (!_microphoneIsInitialized) in MicrophoneVolume()
[all …]
Daudio_device_core_win.h350 bool _microphoneIsInitialized; variable