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