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 413 _ptrDeviceOut(NULL),
726 SAFE_RELEASE(_ptrDeviceOut);
761 if (_ptrDeviceOut == NULL)
778 SAFE_RELEASE(_ptrDeviceOut);
782 ret = _GetListDevice(eRender, _outputDeviceIndex, &_ptrDeviceOut);
789 ret = _GetDefaultDevice(eRender, role, &_ptrDeviceOut);
792 if (ret != 0 || (_ptrDeviceOut == NULL))
795 SAFE_RELEASE(_ptrDeviceOut);
800 ret = _ptrDeviceOut->Activate(__uuidof(IAudioSessionManager),
927 if (_ptrDeviceOut == NULL
    [all...]
audio_device_core_win.h 288 IMMDevice* _ptrDeviceOut;

Completed in 5331 milliseconds