Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc351 _ptrRenderCollection(NULL), in AudioDeviceWindowsCore()
616 SAFE_RELEASE(_ptrRenderCollection); in Terminate()
1405 assert(_ptrRenderCollection != NULL); in SetPlayoutDevice()
1409 hr = _ptrRenderCollection->Item(index, &_ptrDeviceOut); in SetPlayoutDevice()
3522 SAFE_RELEASE(_ptrRenderCollection); in _RefreshDeviceList()
3523 _ptrRenderCollection = pCollection; in _RefreshDeviceList()
3547 if (eRender == dir && NULL != _ptrRenderCollection) { in _DeviceListCount()
3548 hr = _ptrRenderCollection->GetCount(&count); in _DeviceListCount()
3583 if (eRender == dir && NULL != _ptrRenderCollection) { in _GetListDeviceName()
3584 hr = _ptrRenderCollection->Item(index, &pDevice); in _GetListDeviceName()
[all …]
Daudio_device_core_win.h244 IMMDeviceCollection* _ptrRenderCollection; variable