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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc 419 _ptrDeviceOut(NULL),
732 SAFE_RELEASE(_ptrDeviceOut);
767 if (_ptrDeviceOut == NULL)
784 SAFE_RELEASE(_ptrDeviceOut);
788 ret = _GetListDevice(eRender, _outputDeviceIndex, &_ptrDeviceOut);
795 ret = _GetDefaultDevice(eRender, role, &_ptrDeviceOut);
798 if (ret != 0 || (_ptrDeviceOut == NULL))
801 SAFE_RELEASE(_ptrDeviceOut);
806 ret = _ptrDeviceOut->Activate(__uuidof(IAudioSessionManager),
933 if (_ptrDeviceOut == NULL
    [all...]
audio_device_core_win.h 288 IMMDevice* _ptrDeviceOut;

Completed in 31 milliseconds