HomeSort by relevance Sort by last modified time
    Searched refs:_ptrDeviceIn (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc 414 _ptrDeviceIn(NULL),
727 SAFE_RELEASE(_ptrDeviceIn);
843 if (_ptrDeviceIn == NULL)
860 SAFE_RELEASE(_ptrDeviceIn);
864 ret = _GetListDevice(eCapture, _inputDeviceIndex, &_ptrDeviceIn);
871 ret = _GetDefaultDevice(eCapture, role, &_ptrDeviceIn);
874 if (ret != 0 || (_ptrDeviceIn == NULL))
877 SAFE_RELEASE(_ptrDeviceIn);
881 ret = _ptrDeviceIn->Activate(__uuidof(IAudioEndpointVolume),
    [all...]
audio_device_core_win.h 289 IMMDevice* _ptrDeviceIn;

Completed in 1347 milliseconds