Searched refs:_ptrRenderCollection (Results 1 – 2 of 2) sorted by relevance
411 _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 …]
285 IMMDeviceCollection* _ptrRenderCollection; variable