Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc407 _volumeMutex(*CriticalSectionWrapper::CreateCriticalSection()), in AudioDeviceWindowsCore()
639 delete &_volumeMutex; in ~AudioDeviceWindowsCore()
993 _volumeMutex.Enter(); in SetSpeakerVolume()
995 _volumeMutex.Leave(); in SetSpeakerVolume()
1029 _volumeMutex.Enter(); in SpeakerVolume()
1031 _volumeMutex.Leave(); in SpeakerVolume()
1577 _volumeMutex.Enter(); in SetMicrophoneVolume()
1579 _volumeMutex.Leave(); in SetMicrophoneVolume()
1612 _volumeMutex.Enter(); in MicrophoneVolume()
1614 _volumeMutex.Leave(); in MicrophoneVolume()
Daudio_device_core_win.h280 CriticalSectionWrapper& _volumeMutex; variable