Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc414 _ptrDeviceIn(NULL), in AudioDeviceWindowsCore()
727 SAFE_RELEASE(_ptrDeviceIn); in Terminate()
843 if (_ptrDeviceIn == NULL) in InitMicrophone()
860 SAFE_RELEASE(_ptrDeviceIn); in InitMicrophone()
864 ret = _GetListDevice(eCapture, _inputDeviceIndex, &_ptrDeviceIn); in InitMicrophone()
871 ret = _GetDefaultDevice(eCapture, role, &_ptrDeviceIn); in InitMicrophone()
874 if (ret != 0 || (_ptrDeviceIn == NULL)) in InitMicrophone()
877 SAFE_RELEASE(_ptrDeviceIn); in InitMicrophone()
881 ret = _ptrDeviceIn->Activate(__uuidof(IAudioEndpointVolume), in InitMicrophone()
1246 if (_ptrDeviceIn == NULL) in MicrophoneMuteIsAvailable()
[all …]
Daudio_device_core_win.h288 IMMDevice* _ptrDeviceIn; variable