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 420 _ptrDeviceIn(NULL),
733 SAFE_RELEASE(_ptrDeviceIn);
849 if (_ptrDeviceIn == NULL)
866 SAFE_RELEASE(_ptrDeviceIn);
870 ret = _GetListDevice(eCapture, _inputDeviceIndex, &_ptrDeviceIn);
877 ret = _GetDefaultDevice(eCapture, role, &_ptrDeviceIn);
880 if (ret != 0 || (_ptrDeviceIn == NULL))
883 SAFE_RELEASE(_ptrDeviceIn);
887 ret = _ptrDeviceIn->Activate(__uuidof(IAudioEndpointVolume),
    [all...]
audio_device_core_win.h 289 IMMDevice* _ptrDeviceIn;

Completed in 60 milliseconds