Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc419 _ptrCaptureVolume(NULL), in AudioDeviceWindowsCore()
732 SAFE_RELEASE(_ptrCaptureVolume); in Terminate()
884 reinterpret_cast<void **>(&_ptrCaptureVolume)); in InitMicrophone()
885 if (ret != 0 || _ptrCaptureVolume == NULL) in InitMicrophone()
889 SAFE_RELEASE(_ptrCaptureVolume); in InitMicrophone()
1578 _ptrCaptureVolume->SetMasterVolumeLevelScalar(fLevel, NULL); in SetMicrophoneVolume()
1613 hr = _ptrCaptureVolume->GetMasterVolumeLevelScalar(&fLevel); in MicrophoneVolume()
Daudio_device_core_win.h295 IAudioEndpointVolume* _ptrCaptureVolume; variable