Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc411 _ptrRenderCollection(NULL), in AudioDeviceWindowsCore()
724 SAFE_RELEASE(_ptrRenderCollection); in Terminate()
1726 assert(_ptrRenderCollection != NULL); in SetPlayoutDevice()
1730 hr = _ptrRenderCollection->Item( in SetPlayoutDevice()
4392 SAFE_RELEASE(_ptrRenderCollection); in _RefreshDeviceList()
4393 _ptrRenderCollection = pCollection; in _RefreshDeviceList()
4420 if (eRender == dir && NULL != _ptrRenderCollection) in _DeviceListCount()
4422 hr = _ptrRenderCollection->GetCount(&count); in _DeviceListCount()
4458 if (eRender == dir && NULL != _ptrRenderCollection) in _GetListDeviceName()
4460 hr = _ptrRenderCollection->Item(index, &pDevice); in _GetListDeviceName()
[all …]
Daudio_device_core_win.h285 IMMDeviceCollection* _ptrRenderCollection; variable