Home
last modified time | relevance | path

Searched refs:_ptrDeviceOut (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc419 _ptrDeviceOut(NULL), in AudioDeviceWindowsCore()
732 SAFE_RELEASE(_ptrDeviceOut); in Terminate()
767 if (_ptrDeviceOut == NULL) in InitSpeaker()
784 SAFE_RELEASE(_ptrDeviceOut); in InitSpeaker()
788 ret = _GetListDevice(eRender, _outputDeviceIndex, &_ptrDeviceOut); in InitSpeaker()
795 ret = _GetDefaultDevice(eRender, role, &_ptrDeviceOut); in InitSpeaker()
798 if (ret != 0 || (_ptrDeviceOut == NULL)) in InitSpeaker()
801 SAFE_RELEASE(_ptrDeviceOut); in InitSpeaker()
806 ret = _ptrDeviceOut->Activate(__uuidof(IAudioSessionManager), in InitSpeaker()
933 if (_ptrDeviceOut == NULL) in SpeakerVolumeIsAvailable()
[all …]
Daudio_device_core_win.h288 IMMDevice* _ptrDeviceOut; variable