Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc359 _ptrCaptureVolume(NULL), in AudioDeviceWindowsCore()
624 SAFE_RELEASE(_ptrCaptureVolume); in Terminate()
752 SAFE_RELEASE(_ptrCaptureVolume); in InitMicrophone()
754 reinterpret_cast<void**>(&_ptrCaptureVolume)); in InitMicrophone()
755 if (ret != 0 || _ptrCaptureVolume == NULL) { in InitMicrophone()
757 SAFE_RELEASE(_ptrCaptureVolume); in InitMicrophone()
1287 _ptrCaptureVolume->SetMasterVolumeLevelScalar(fLevel, NULL); in SetMicrophoneVolume()
1319 hr = _ptrCaptureVolume->GetMasterVolumeLevelScalar(&fLevel); in MicrophoneVolume()
Daudio_device_core_win.h253 IAudioEndpointVolume* _ptrCaptureVolume; variable