Searched refs:_ptrDeviceIn (Results 1 – 2 of 2) sorted by relevance
414 _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 …]
288 IMMDevice* _ptrDeviceIn; variable